File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
run : |
32
32
docker build \
33
33
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
34
- -t $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME \
34
+ -t $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME-amd64 \
35
35
-f ./Dockerfile \
36
36
.
37
37
38
38
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
39
- docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME
39
+ docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME-amd64
40
40
41
41
deploy :
42
42
runs-on : ubicloud
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
run : |
32
32
docker build \
33
33
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
34
- -t $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME \
34
+ -t $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME-amd64 \
35
35
-f ./Dockerfile \
36
36
.
37
37
38
38
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
39
- docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME
39
+ docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest-$BRANCH_NAME-amd64
40
40
41
41
deploy :
42
42
runs-on : ubicloud
You can’t perform that action at this time.
0 commit comments