Skip to content

Commit

Permalink
change to CR_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanngocptn committed May 10, 2024
1 parent 3b7dbaf commit 90cddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
registry: ${{ matrix.registry }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ matrix.registry == 'docker.io' && secrets.DOCKER_PASSWORD || secrets.GITHUB_TOKEN }}
password: ${{ matrix.registry == 'docker.io' && secrets.DOCKER_PASSWORD || secrets.CR_PAT }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 90cddc8

Please sign in to comment.