We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e43e2 commit 7c32e29Copy full SHA for 7c32e29
.github/workflows/ci.yml
@@ -78,8 +78,7 @@ jobs:
78
-p ContainerBaseImage=${{ env.BASE_IMAGE }} \
79
-p ContainerRegistry=ghcr.io \
80
-p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \
81
- -p ContainerRepository=${{ github.repository }} \
82
- -p ContainerImageName=docs-builder
+ -p ContainerRepository=${{ github.repository }}
83
84
- name: Publish docs-generator
85
run: |
0 commit comments