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.
github
1 parent bfe612e commit 52f55caCopy full SHA for 52f55ca
.github/workflows/build-publish.yaml
@@ -29,7 +29,7 @@ jobs:
29
id: meta
30
uses: docker/metadata-action@v4
31
with:
32
- images: ${{ env.GITHUB_REPOSITORY }}
+ images: ${{ github.repository }}
33
# https://github.com/marketplace/actions/docker-metadata-action#tags-input
34
tags: |
35
type=semver,pattern={{version}}
0 commit comments