We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458a8fd commit a54d989Copy full SHA for a54d989
.github/workflows/docker-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
id: meta
42
uses: docker/metadata-action@v4.4.0
43
with:
44
- images: ${{ env.IMAGE_NAME }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
45
46
# For logging into the GitHub registry, we can use our GitHub token.
47
- name: Log in to registry
@@ -62,7 +62,6 @@ jobs:
62
# After a build, push the image to the registry.
63
# NOTE: Don't use this for push requests!
64
push: true
65
- registry: ${{ env.REGISTRY }}
66
67
# Labels and Tags come from the Metadata extraction.
68
labels: ${{ steps.meta.outputs.labels }}
0 commit comments