Skip to content

Commit 7c32e29

Browse files
committed
remove leftover ContainerImageName
1 parent 06e43e2 commit 7c32e29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ jobs:
7878
-p ContainerBaseImage=${{ env.BASE_IMAGE }} \
7979
-p ContainerRegistry=ghcr.io \
8080
-p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \
81-
-p ContainerRepository=${{ github.repository }} \
82-
-p ContainerImageName=docs-builder
81+
-p ContainerRepository=${{ github.repository }}
8382
8483
- name: Publish docs-generator
8584
run: |

0 commit comments

Comments
 (0)