Skip to content

Commit

Permalink
Merge pull request #22 from jtaleric/fix-build-push
Browse files Browse the repository at this point in the history
Fixing build-push
  • Loading branch information
shashank-boyapally authored Feb 20, 2024
2 parents 7d79835 + 94d0d62 commit 8014654
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 8014654

Please sign in to comment.