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 fcca4c4 commit 288ae4fCopy full SHA for 288ae4f
.github/workflows/cd.yml
@@ -29,7 +29,7 @@ jobs:
29
password: ${{ secrets.GITHUB_TOKEN }}
30
- name: Extract metadata (tags, labels) for Docker
31
id: meta
32
- uses: docker/metadata-action@v5.6.1
+ uses: docker/metadata-action@v5.7.0
33
with:
34
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
35
# semver has default priority 900, sha has default priority 100
0 commit comments