Skip to content

Commit

Permalink
Fix docker secret ref (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
johntrimble authored Sep 25, 2020
1 parent f1f237e commit 7de00ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Login Skopeo DockerHub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | skopeo login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin docker.io
run: echo "${{ secrets.DOCKERHUB_PASS }}" | skopeo login -u "${{ secrets.DOCKERHUB_USER }}" --password-stdin docker.io
- name: Login Skopeo ECR
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ECR_ID }}
Expand Down

0 comments on commit 7de00ac

Please sign in to comment.