Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Jan 28, 2025
1 parent 00ad44e commit 1455582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
# Should only be skipped when workflow is triggered by a tag push
if [[ -n "$branch" ]]; then
docker manifest inspect "${{ steps.build.outputs.image-repository }}:cache-branch-${branch//[^a-zA-Z0-9\._\/]/-}"
docker manifest inspect "${{ steps.build.outputs.image-repository }}:cache-branch-${branch//[^a-zA-Z0-9\._]/-}"
fi
env:
branch: ${{ github.head_ref || (github.ref_type == 'branch' && github.ref_name || '') }}
Expand Down

0 comments on commit 1455582

Please sign in to comment.