Skip to content

Commit bcbb341

Browse files
committed
Fix string formatting
1 parent eabe8f4 commit bcbb341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
provenance: false
7272
build-args: |
7373
PYTORCH_VARIANT=${{ matrix.variant }}
74-
outputs: type=image,name=ghcr.io/${{ github.repository }},annotation-index.org.opencontainers.image.description="Python Tutorial (${{ matrix.variant }} variant, ${{ matrix.arch }} architecture)"
74+
outputs: type=image,name=ghcr.io/${{ github.repository }},annotation-index.org.opencontainers.image.description=Python Tutorial (${{ matrix.variant }} variant, ${{ matrix.arch }} architecture)
7575

7676
create-manifests:
7777
needs: build-and-push

0 commit comments

Comments
 (0)