general: fix incorrect name for pushed docker images

This commit is contained in:
Lan Tian
2021-03-06 21:41:44 +08:00
parent 4413f1032f
commit 28a7d2a53f
2 changed files with 40 additions and 26 deletions

View File

@@ -12,7 +12,8 @@ workflows:
matrix:
parameters:
program: [frontend, proxy]
image_arch: [i386, amd64, arm32v7, arm64v8, ppc64le, s390x]
# latest is amd64 arch + push to default latest tag
image_arch: [latest, i386, arm32v7, arm64v8, ppc64le, s390x]
filters:
branches:
only: master