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 ab85ba0Copy full SHA for ab85ba0
.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@359e915ab3220d88514ed693793a5cc795192aa6 # v5.6.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