fix image push

Change-Id: Ib412c99b055ccad7f6716106a07304cce34c680a
This commit is contained in:
Walter Wahlstedt 2021-11-03 21:35:24 -04:00
parent f891455e19
commit 0e45a6cbec
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ tag:
push:
set -ex
sudo -E DOCKER_BUILDKIT=1 docker push $(SOURCE_IMAGE_TAG)
sudo -E DOCKER_BUILDKIT=1 docker image push --all-tags $(SOURCE_IMAGE_TAG)
tests:
true