Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Aug 1, 2024
1 parent 96db1a3 commit 19da4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: startsWith(github.ref, 'refs/heads/ci/')
run: |
# set image tag that includes service name, sandbox identifier and commit sha
image_tag="${{ matrix.service }}-${{ env.branch_identifier }}-${{ env.git_hash }}"
image_tag="${{ env.branch_identifier }}-${{ env.git_hash }}"
echo image_tag_sha=$image_tag >> $GITHUB_ENV
- name: Build images with GoReleaser
Expand Down

0 comments on commit 19da4c7

Please sign in to comment.