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 933888f commit c73796dCopy full SHA for c73796d
.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.7.0
+ uses: docker/metadata-action@v5.8.0
35
with:
36
images: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
37
tags: |
0 commit comments