Skip to content

Commit d6b74e9

Browse files
committed
Actually reading the docs
1 parent 5dc633f commit d6b74e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949

5050
- name: Login to Amazon ECR Public
5151
id: login-ecr
52-
uses: aws-actions/amazon-ecr-login@v1
52+
uses: aws-actions/amazon-ecr-login@v2
5353
with:
54-
public: true
54+
registry-type: public
5555

5656
- name: Build and push to DockerHub
5757
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)