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 3c698b5 commit e48289aCopy full SHA for e48289a
.github/workflows/docker.yml
@@ -28,7 +28,7 @@ jobs:
28
id: meta
29
uses: docker/metadata-action@v5
30
with:
31
- images: ${{ env.GITHUB_REPOSITORY }}
+ images: ${{ github.repository }}
32
tags: |
33
type=raw,value=latest,enable={{is_default_branch}}
34
type=semver,pattern={{version}}
.github/workflows/variants.yml
@@ -34,7 +34,7 @@ jobs:
35
36
37
38
39
type=raw,value=${{ matrix.variant }},enable={{is_default_branch}}
40
type=semver,pattern={{version}}-${{ matrix.variant }}
0 commit comments