Skip to content

Commit 69a3759

Browse files
committed
change docker tag to commit sha
1 parent 9e31f0e commit 69a3759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
context: .
4646
push: true
4747
tags: ${{ steps.meta.outputs.tags }}
48-
labels: ${{ github.head_ref }}
48+
labels: ${{ github.sha }}
4949

5050
# Generates artifact attestation for the image
5151
# - name: Generate artifact attestation

0 commit comments

Comments
 (0)