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 09c3685 + 38a957f commit 23f7fcdCopy full SHA for 23f7fcd
.github/workflows/cd.yaml
@@ -30,7 +30,7 @@ jobs:
30
password: ${{ secrets.GITHUB_TOKEN }}
31
- name: Extract metadata (tags, labels) for Docker
32
id: meta
33
- uses: docker/metadata-action@v5.8.0
+ uses: docker/metadata-action@v5.9.0
34
with:
35
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
# semver has default priority 900, sha has default priority 100
0 commit comments