Skip to content

Commit 9d2ba95

Browse files
committed
Reverse tag prefixes
Signed-off-by: Federico Busetti <[email protected]>
1 parent de7d3e3 commit 9d2ba95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab_ci/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-test:
1313
build-http-app-amd64:
1414
stage: build
1515
variables:
16-
DOCKER_IMAGE_TAG_PREFIX: "amd64-http-"
16+
DOCKER_IMAGE_TAG_PREFIX: "http-amd64-"
1717
DOCKER_TARGET: http_app
1818
tags:
1919
- saas-linux-small-amd64
@@ -27,7 +27,7 @@ build-http-app-amd64:
2727
build-http-app-arm64:
2828
stage: build
2929
variables:
30-
DOCKER_IMAGE_TAG_PREFIX: "arm64-http-"
30+
DOCKER_IMAGE_TAG_PREFIX: "http-arm64-"
3131
DOCKER_PLATFORM: "linux/arm64"
3232
DOCKER_TARGET: http_app
3333
tags:

0 commit comments

Comments
 (0)