Skip to content

Commit

Permalink
👷 CI use GArtifact json login
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Dec 29, 2023
1 parent ad1752e commit bc1f507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: _json_key
password: ${{ secrets.GAR_JSON_KEY }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down

0 comments on commit bc1f507

Please sign in to comment.