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 2443fa1 commit 70b0908Copy full SHA for 70b0908
.github/workflows/main.yml
@@ -35,12 +35,14 @@ jobs:
35
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
36
with:
37
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
38
+ tags: type=sha,format=long
39
+
40
41
- name: Build and push Docker image
42
uses: docker/build-push-action@v6
43
44
push: ${{ github.event_name != 'pull_request' }}
- tags: "${{ steps.meta.outputs.tags }} ${{ github.sha }}"
45
+ tags: "${{ steps.meta.outputs.tags }}"
46
labels: ${{ steps.meta.outputs.labels }}
47
48
deploy-cloudformation:
0 commit comments