We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e31f0e commit 69a3759Copy full SHA for 69a3759
.github/workflows/build_image.yml
@@ -45,7 +45,7 @@ jobs:
45
context: .
46
push: true
47
tags: ${{ steps.meta.outputs.tags }}
48
- labels: ${{ github.head_ref }}
+ labels: ${{ github.sha }}
49
50
# Generates artifact attestation for the image
51
# - name: Generate artifact attestation
0 commit comments