Skip to content

Commit

Permalink
Use CR_PAT token for handling different images (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 authored Jan 19, 2024
1 parent 967147e commit 5b5608a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}

- name: Login To GitLab
uses: docker/login-action@v3
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}

- name: Login To GitLab
uses: docker/login-action@v3
Expand Down

0 comments on commit 5b5608a

Please sign in to comment.