Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Sep 5, 2024
1 parent 36f2ef5 commit 00c2f78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-qa-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: P3D-Legacy
password: ${{ secrets.TOKEN_GPR }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push
id: docker_build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: P3D-Legacy
password: ${{ secrets.TOKEN_GPR }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push
id: docker_build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: P3D-Legacy
password: ${{ secrets.TOKEN_GPR }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push
id: docker_build
Expand Down

0 comments on commit 00c2f78

Please sign in to comment.