Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
.github/workflows: Checkout repository on push and tag
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
thetredev committed Sep 6, 2023
1 parent 770c2cd commit 8e61a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
if: ${{ inputs.push }}
if: ${{ inputs.push || inputs.tag }}

- name: Build all images
if: ${{ inputs.push }}
Expand Down

0 comments on commit 8e61a8b

Please sign in to comment.