Skip to content

Commit f72ff7b

Browse files
committed
test again
1 parent 9db4ad8 commit f72ff7b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/dockerimage.yml

+13-12
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ jobs:
3838
env:
3939
AWS_REGION: us-east-1
4040

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 .

0 commit comments

Comments
 (0)