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 3fcdf6b commit 7b32e28Copy full SHA for 7b32e28
.github/workflows/build-publish.yaml
@@ -45,7 +45,7 @@ jobs:
45
id: meta
46
uses: docker/metadata-action@v5
47
with:
48
- images:
+ images: |
49
${{ github.repository }}
50
${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY }}/${{ env.IMAGE }}
51
# https://github.com/marketplace/actions/docker-metadata-action#tags-input
0 commit comments