Skip to content

Commit

Permalink
remove leftover ContainerImageName
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 9, 2024
1 parent 06e43e2 commit 7c32e29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
-p ContainerBaseImage=${{ env.BASE_IMAGE }} \
-p ContainerRegistry=ghcr.io \
-p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \
-p ContainerRepository=${{ github.repository }} \
-p ContainerImageName=docs-builder
-p ContainerRepository=${{ github.repository }}
- name: Publish docs-generator
run: |
Expand Down

0 comments on commit 7c32e29

Please sign in to comment.