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 967dd3b commit 35ee26fCopy full SHA for 35ee26f
.github/workflows/docker-publish.yml
@@ -42,6 +42,7 @@ jobs:
42
uses: docker/metadata-action@v5
43
with:
44
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
45
+ tags: type=sha,format=long
46
- name: Build and push Docker image
47
id: build-and-push
48
uses: docker/build-push-action@v5
0 commit comments