Skip to content

Commit 0c85cf7

Browse files
committed
Remove unnecessary quote
1 parent f01e803 commit 0c85cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
org.opencontainers.image.source=https://github.com/python-discord/python-builds
5252
org.opencontainers.image.description="Python ${{ inputs.version }} Docker image maintained by Python Discord."
5353
org.opencontainers.image.licenses=MIT
54-
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description="Python ${{ inputs.version }} Docker image maintained by Python Discord."
54+
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Python ${{ inputs.version }} Docker image maintained by Python Discord.
5555
tags: |
5656
ghcr.io/python-discord/python-builds:${{ inputs.tag }}
5757
ghcr.io/python-discord/python-builds:${{ inputs.version }}

0 commit comments

Comments
 (0)