We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3c3f6 commit eb6a1c6Copy full SHA for eb6a1c6
.github/workflows/build-image.yaml
@@ -31,7 +31,7 @@ jobs:
31
password: ${{ secrets.GITHUB_TOKEN }}
32
- name: Generate docker image tag
33
id: meta
34
- uses: docker/metadata-action@v5.6.1
+ uses: docker/metadata-action@v5.7.0
35
with:
36
images: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
37
tags: |
0 commit comments