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.
2 parents 77e4e47 + 21e5d05 commit 8c23404Copy full SHA for 8c23404
data/reusables/package_registry/publish-docker-image.md
@@ -33,7 +33,7 @@ jobs:
33
id: meta
34
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
35
with:
36
- images: {% raw %}${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}{% raw %}
+ images: {% raw %}${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}{% endraw %}
37
38
- name: Build and push Docker image
39
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
0 commit comments