Skip to content

Commit

Permalink
remove github container registry login
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Oct 27, 2023
1 parent 37823eb commit 103d8af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}

- name: Push to Docker Image Repositories
uses: docker/[email protected]
id: docker_build
Expand Down

0 comments on commit 103d8af

Please sign in to comment.