We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbb341 commit e94515dCopy full SHA for e94515d
.github/workflows/docker-build.yml
@@ -71,7 +71,7 @@ jobs:
71
provenance: false
72
build-args: |
73
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)
+ outputs: type=image,name=ghcr.io/${{ github.repository }},annotation-index.org.opencontainers.image.description=Python Tutorial ${{ matrix.variant }} variant, ${{ matrix.arch }} architecture
75
76
create-manifests:
77
needs: build-and-push
0 commit comments