Skip to content

Commit

Permalink
remove docker arch from tag of tarball image
Browse files Browse the repository at this point in the history
easier offline installation without editing docker-compose.yml
  • Loading branch information
DrJume committed Aug 28, 2020
1 parent 996262b commit 003fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Generate Docker image tarball
if: env.IS_VERSION_RELEASE == 'true'
run: |
IMAGE_ID=$REPOSITORY:${TAG}_${DOCKER_ARCH}
IMAGE_ID=$REPOSITORY:${TAG}
docker tag image $IMAGE_ID
docker save $IMAGE_ID | xz -z9 -C sha256 -v > vplan-viso-${TAG}_${DOCKER_ARCH}.tar.xz.image
Expand Down

0 comments on commit 003fe7d

Please sign in to comment.