diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index 1e50eca..f4d53bc 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -1,5 +1,5 @@ name: Build and Push Image -on: [ push ] +on: [ push, pull_request ] jobs: build: @@ -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: