Skip to content

Commit

Permalink
Fixing build-push
Browse files Browse the repository at this point in the history
Updating our gh action for our container image

Signed-off-by: Joe Talerico <[email protected]>
  • Loading branch information
Joe Talerico committed Feb 20, 2024
1 parent 8d7515f commit 94d0d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: orion
context: orion
context: .
tags: latest ${{ github.sha }}
containerfiles: |
./Dockerfile
- name: Push frontend image to quay.io
- name: Push orion image to quay.io
id: push-front-to-quay
uses: redhat-actions/push-to-registry@v2
with:
Expand Down

0 comments on commit 94d0d62

Please sign in to comment.