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 97ac227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and Push Image
on: [ push ]
on: [ push, pull_request ]

jobs:
build:
Expand All @@ -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 97ac227

Please sign in to comment.