File tree 1 file changed +17
-14
lines changed
1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: release-docker-image
3
3
on :
4
4
push :
5
5
# run only against tags
6
- tags :
7
- - " v*.*.*"
6
+ # tags:
7
+ # - "v*.*.*"
8
8
9
9
env :
10
10
AWS_REGION : us-west-2
@@ -34,16 +34,19 @@ jobs:
34
34
uses : aws-actions/amazon-ecr-login@v2
35
35
with :
36
36
registry-type : public
37
-
38
- - name : Build, tag, and push docker image to Amazon ECR Public
37
+ # ECR login has to be done in us-east-1
39
38
env :
40
- REGISTRY : ${{ steps.login-ecr-public.outputs.registry }}
41
- REGISTRY_ALIAS : w0i7g3v8
42
- REPOSITORY : telophase
43
- # ref_name is the tag
44
- IMAGE_TAG : ${{ github.ref_name }}
45
- run : |
46
- docker buildx build \
47
- --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \
48
- --tag $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG \
49
- --push .
39
+ AWS_REGION : us-east-1
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 .
You can’t perform that action at this time.
0 commit comments