Skip to content

Commit

Permalink
Use proper secret for docker password
Browse files Browse the repository at this point in the history
  • Loading branch information
barthez committed Jul 25, 2023
1 parent b8dfbb9 commit 3224d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
registry: us-central1-docker.pkg.dev
username: _json_key
password: ${{ steps.secrets_manager.outputs.GCR_ACCOUNT_KEY }}
password: ${{ secrets.GCR_ACCOUNT_KEY }}
- id: settings
run: |
echo "date=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3224d5b

Please sign in to comment.