Skip to content

Commit 01605f3

Browse files
committed
Fix bug with quotes
1 parent 7ce142e commit 01605f3

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
@@ -68,4 +68,4 @@ jobs:
6868
tags: ${{ steps.meta.outputs.tags }}
6969
labels: ${{ steps.meta.outputs.labels }}
7070
outputs: |
71-
type=image,name=ghcr.io/${{ github.repository }},push-by-digest=false,name-canonical=false,push=true,annotation-index.org.opencontainers.image.description="A containerized Python tutorial environment with Jupyter Lab.",annotation-index.org.opencontainers.image.source="https://github.com/${{ github.repository }}",annotation-index.org.opencontainers.image.authors="Empa Scientific IT <scientificit@empa.ch>",annotation-index.org.opencontainers.image.licenses="MIT"
71+
type=image,name=ghcr.io/${{ github.repository }},push-by-digest=false,name-canonical=false,push=true,annotation-index.org.opencontainers.image.description=A containerized Python tutorial environment with Jupyter Lab.,annotation-index.org.opencontainers.image.source=https://github.com/${{ github.repository }},annotation-index.org.opencontainers.image.authors=Empa Scientific IT <scientificit@empa.ch>,annotation-index.org.opencontainers.image.licenses=MIT

0 commit comments

Comments
 (0)