diff --git a/.github/workflows/build-n-push.yaml b/.github/workflows/build-n-push.yaml index 3a3a4532..b5a135ed 100644 --- a/.github/workflows/build-n-push.yaml +++ b/.github/workflows/build-n-push.yaml @@ -11,7 +11,7 @@ env: jobs: build-image: - name: Build and push image + name: Build image runs-on: ubuntu-latest steps: @@ -27,8 +27,11 @@ jobs: ./Containerfile push-image-to-quay: + name: Push image to quay.io needs: build-image if: env.DO_PUSH == 'true' + + runs-on: ubuntu-latest steps: - name: Push To quay.io id: push-to-quay