We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354084f commit 689d721Copy full SHA for 689d721
.github/workflows/docker-image-release.yml
@@ -38,8 +38,8 @@ jobs:
38
39
- name: Use ECR credential helper
40
run: |
41
- mkdir -p /root/.docker
42
- echo '{"credHelpers": {"public.ecr.aws": "ecr-login"}}' > /root/.docker/config.json
+ mkdir -p ~/.docker
+ echo '{"credHelpers": {"public.ecr.aws": "ecr-login"}}' > ~/.docker/config.json
43
44
- name: Configure AWS Credentials for CI
45
uses: aws-actions/configure-aws-credentials@v4
0 commit comments