We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07aa78 commit 0591a98Copy full SHA for 0591a98
.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 +%Y%m%d)-$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
+ - run: echo "IMAGE_TAG=$(date --utc +%Y%m%d_%H%M%S)-$(git rev-list HEAD --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