Skip to content

Commit

Permalink
gh: Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Deutsch <[email protected]>
  • Loading branch information
fabiand committed May 16, 2024
1 parent 2c674e2 commit 0eac00a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-n-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build-image:
name: Build and push image
name: Build image
runs-on: ubuntu-latest

steps:
Expand All @@ -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
Expand Down

0 comments on commit 0eac00a

Please sign in to comment.