Skip to content

Commit

Permalink
fix infra build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrn committed Jun 7, 2024
1 parent aa6d648 commit bf25c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if [[ "${{ github.ref_type }}" == "tag" ]]; then
if [[ "${{ github.ref_name }}" == infra-*-* ]]; then
env=$(echo ${{ github.ref_name }} | cut -d- -f2)
sha=${${{ github.sha }}::7}
sha=$(echo ${{ github.sha }} | head -c7)
ts=$(date +%s)
image_tag=${env}-${sha}-${ts}
elif [[ "${{ github.ref_name }}" == v.docker.* ]]; then
Expand Down

0 comments on commit bf25c41

Please sign in to comment.