We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193b742 commit 5619c1aCopy full SHA for 5619c1a
.github/workflows/deploy-image.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
39
- name: Extract metadata (tags, labels) for Docker
40
id: meta
41
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
+ uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6
42
with:
43
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
44
github-token: ${{ github.token }}
0 commit comments