[DOCKER] Tag ubuntu docker image version correctly
This commit is contained in:
parent
b0c6430407
commit
04b19a5ddd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-ubuntu.yaml
vendored
2
.github/workflows/package-ubuntu.yaml
vendored
|
|
@ -262,7 +262,7 @@ jobs:
|
||||||
--cache-from=type=local,src=/tmp/build-cache/amd64 \
|
--cache-from=type=local,src=/tmp/build-cache/amd64 \
|
||||||
--cache-from=type=local,src=/tmp/build-cache/arm64 \
|
--cache-from=type=local,src=/tmp/build-cache/arm64 \
|
||||||
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ steps.formatted_version.outputs.VERSION }} \
|
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ steps.formatted_version.outputs.VERSION }} \
|
||||||
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:${{ needs.version.outputs.pypi_version }} \
|
--tag ${{ steps.formatted-image_id.outputs.IMAGE_ID }}:ubuntu-${{ needs.version.outputs.pypi_version }} \
|
||||||
--label "runnumber=ubuntu-${GITHUB_RUN_ID}" \
|
--label "runnumber=ubuntu-${GITHUB_RUN_ID}" \
|
||||||
--file docker/Dockerfile.ubuntu \
|
--file docker/Dockerfile.ubuntu \
|
||||||
docker/
|
docker/
|
||||||
Loading…
Reference in a new issue