Skip to content

Commit

Permalink
cat the key
Browse files Browse the repository at this point in the history
  • Loading branch information
kkowalski-reef committed Sep 20, 2024
1 parent bae98bb commit 3f9f443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/executor_cd_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
touch tmp.key && chmod 600 tmp.key
echo "${{ secrets.DOCKERHUB_DELEGATED_KEY }}" > tmp.key
cat tmp.key
docker trust key load tmp.key --name gh_action
- name: Docker build and push
Expand Down

0 comments on commit 3f9f443

Please sign in to comment.