Remove base and arch args (#58209)

This commit is contained in:
Dimitris Sotirakis
2022-11-04 13:21:18 +02:00
committed by GitHub
parent 9ff2765bb9
commit 9c1c10ab9a
2 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -815,7 +815,7 @@ def publish_images_step(edition, ver_mode, mode, docker_repo, trigger=None):
else:
mode = ''
cmd = './bin/grabpl artifacts docker publish {}--dockerhub-repo {} --base alpine --base ubuntu --arch amd64 --arch arm64 --arch armv7'.format(
cmd = './bin/grabpl artifacts docker publish {}--dockerhub-repo {}'.format(
mode, docker_repo)
if ver_mode == 'release':