Commit 23a579ca authored by nanahira's avatar nanahira

fix

parent f05230d4
Pipeline #3372 failed with stages
in 2 minutes and 48 seconds
......@@ -18,7 +18,7 @@ build-x86:
tags:
- docker
script:
- docker build --pull -t --build-arg TARGETARCH=amd64 $CONTAINER_TEST_X86_IMAGE .
- docker build --pull --build-arg TARGETARCH=amd64 -t $CONTAINER_TEST_X86_IMAGE .
- docker push $CONTAINER_TEST_X86_IMAGE
build-arm:
......@@ -26,7 +26,7 @@ build-arm:
tags:
- docker-arm
script:
- docker build --pull -t --build-arg TARGETARCH=arm64 $CONTAINER_TEST_ARM_IMAGE .
- docker build --pull --build-arg TARGETARCH=arm64 -t $CONTAINER_TEST_ARM_IMAGE .
- docker push $CONTAINER_TEST_ARM_IMAGE
combine:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment