Skip to content

Commit

Permalink
Update generate-winccoa-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Dec 13, 2023
1 parent b318f9e commit 31c16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-winccoa-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
working-directory: ./build-docker
run: |
# specify targets from Dockerfile_install here
for target in api server uiserver; do
for target in api server uiserver full; do
tag_suffix=${target}
image_name="${DOCKER_IMAGE}:v${{ steps.get_version.outputs.version }}-${tag_suffix}"
Expand Down

0 comments on commit 31c16b0

Please sign in to comment.