We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0f9a1 commit 4d81a33Copy full SHA for 4d81a33
.github/workflows/docker-release.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Set up Docker Buildx
92
uses: docker/setup-buildx-action@v3
93
94
- - run: echo "IMAGE_TAG=$(date --utc +%Y%m%d)-$(git rev-list HEAD --count)" >> "$GITHUB_ENV"
+ - run: echo "IMAGE_TAG=$(date --utc +%Y%m%d)-$(git rev-list ${{ github.sha }} --count)" >> "$GITHUB_ENV"
95
96
- name: Create manifest list and push
97
# inside the ${{ runner.temp }}/digests we downloaded empty files with the sha256 digest of the image as the filename
0 commit comments