From 94d0d620b494409bbdaea9c6995c345a17f5a0be Mon Sep 17 00:00:00 2001 From: Joe Talerico Date: Tue, 20 Feb 2024 14:16:42 -0500 Subject: [PATCH] Fixing build-push Updating our gh action for our container image Signed-off-by: Joe Talerico --- .github/workflows/build-push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index 1e50eca..8c6936b 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -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: