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 fe3a707Copy full SHA for fe3a707
.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@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.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