Skip to content

Commit

Permalink
go-vod: use sha for label
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed May 15, 2024
1 parent 2887243 commit fb08cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-vod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get image label
id: image_label
run: echo "label=${GITHUB_REF#refs/tags/go-vod/}" >> $GITHUB_OUTPUT
run: echo "label=${GITHUB_SHA}" >> $GITHUB_OUTPUT

- name: Build container image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit fb08cce

Please sign in to comment.