Skip to content

Commit

Permalink
fix shell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Oct 17, 2024
1 parent 32b0bea commit 5ce2483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
else
sanitized_branch_name=$(echo "${{ github.ref_name }}" | tr -d '()' | tr '/' '-')
echo "tag=${sanitized_branch_name}-${{ needs.get-short-sha.outputs.short-sha }}" >> $GITHUB_OUTPUT
fi
docker-build-push:
needs: [get-short-sha, determine-tag]
Expand Down

0 comments on commit 5ce2483

Please sign in to comment.