File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,16 @@ jobs:
38
38
env :
39
39
AWS_REGION : us-east-1
40
40
41
- # - name: Build, tag, and push docker image to Amazon ECR Public
42
- # env:
43
- # REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
44
- # REGISTRY_ALIAS: w0i7g3v8
45
- # REPOSITORY: telophase
46
- # # ref_name is the tag
47
- # IMAGE_TAG: ${{ github.ref_name }}
48
- # run: |
49
- # docker buildx build \
50
- # --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
51
- # --tag $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG \
52
- # --push .
41
+ - name : Build, tag, and push docker image to Amazon ECR Public
42
+ env :
43
+ REGISTRY : ${{ steps.login-ecr-public.outputs.registry }}
44
+ REGISTRY_ALIAS : w0i7g3v8
45
+ REPOSITORY : telophase
46
+ # ref_name is the tag
47
+ IMAGE_TAG : ${{ github.ref_name }}
48
+ AWS_REGION : ${{ env.AWS_REGION }}
49
+ run : |
50
+ docker buildx build \
51
+ --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
52
+ --tag $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG \
53
+ --push .
You can’t perform that action at this time.
0 commit comments