[DOCKER] Properly tag ubuntu image
This commit is contained in:
parent
52fdc9a213
commit
ca1ed082d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-ubuntu.yaml
vendored
2
.github/workflows/package-ubuntu.yaml
vendored
|
|
@ -216,7 +216,7 @@ jobs:
|
||||||
--platform=linux/amd64,linux/arm64 \
|
--platform=linux/amd64,linux/arm64 \
|
||||||
--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 ubuntu-${{ 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 }} \
|
||||||
--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