Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
emnoor-reef committed Aug 7, 2024
1 parent ef225cc commit 17c1402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "LOADING KEY -------------------------------"
echo "${{ secrets.DOCKERHUB_DELEGATED_KEY}}" > repo.key
chmod 600 repo.key
yes "${{ secrets.DOCKERHUB_DELEGATED_KEY_PASSPHRASE }}" | docker trust key load repo.key
echo "${{ secrets.DOCKERHUB_DELEGATED_KEY_PASSPHRASE }}" | docker trust key load repo.key
echo "KEY LOADED -------------------------------"
tree ~/.docker/trust
Expand Down

0 comments on commit 17c1402

Please sign in to comment.