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.
2 parents 9916610 + ca6f6dd commit 93a2291Copy full SHA for 93a2291
1 file changed
.github/workflows/ci.yaml
@@ -178,7 +178,7 @@ jobs:
178
echo "{ \"version\": \"${RELEASE_VERSION}\", \"git_ref\": \"$GITHUB_SHA\"}" > version.json
179
- name: Extract metadata (tags, labels) for Docker
180
id: meta
181
- uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
+ uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
182
with:
183
images: ghcr.io/${{ github.repository }}
184
- name: Build Docker image
0 commit comments