Skip to content

Commit

Permalink
Remove: tag needs to start with v as this is never the case for fee…
Browse files Browse the repository at this point in the history
…d images
  • Loading branch information
y0urself authored Sep 20, 2024
1 parent 3f4485f commit a1cab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build-push-2nd-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- pull-amd64
- pull-arm64
- create-multi-arch-manifest
if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/v') && startsWith(inputs.notify, 'true') }}
if: ${{ !cancelled() && startsWith(inputs.notify, 'true') }}
uses: greenbone/workflows/.github/workflows/notify-mattermost-3rd-gen.yml@main
with:
status: ${{ contains(needs.*.result, 'failure') && 'failure' || 'success' }}
Expand Down

0 comments on commit a1cab60

Please sign in to comment.