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 73ab0a0 commit ae38fa2Copy full SHA for ae38fa2
.github/workflows/docker-publish.yml
@@ -84,7 +84,7 @@ jobs:
84
# https://github.com/docker/metadata-action
85
- name: Extract Docker metadata
86
id: meta
87
- uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
+ uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
88
with:
89
images: |
90
${{ env.REGISTRY_GHCR }}/${{ env.IMAGE_NAME }}
@@ -99,7 +99,7 @@ jobs:
99
100
101
id: meta-db
102
103
104
105
0 commit comments