Skip to content

Commit 21e5d05

Browse files
Fix invalid raw markup
The closing `endraw` tag was actually missing and a `raw` tag was placed instead, leaving marker fragments in the finally rendered code block
1 parent 77e4e47 commit 21e5d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/package_registry/publish-docker-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: meta
3434
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
3535
with:
36-
images: {% raw %}${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}{% raw %}
36+
images: {% raw %}${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}{% endraw %}
3737
3838
- name: Build and push Docker image
3939
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc

0 commit comments

Comments
 (0)