Skip to content

Commit

Permalink
Rename docker-credential-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
debilin committed Feb 17, 2024
1 parent 24e7fbe commit cfc2e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Add credential helper
run: |
sudo apt-get install -y gnupg2 pass
mv ${{ fromJson(steps.download_release.outputs.downloaded_files)[0] }} /usr/local/bin
mv ${{ fromJson(steps.download_release.outputs.downloaded_files)[0] }} /usr/local/bin/docker-credential-pass
pass init docker-github-workflow
echo "{\n\t"credsStore": "pass"\n}" >> $HOME/.docker/config.json
Expand Down

0 comments on commit cfc2e26

Please sign in to comment.