Skip to content

Commit fdcd2fd

Browse files
committed
Try removing logging in to the Github Container registry
1 parent 62f9420 commit fdcd2fd

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
uses: docker/metadata-action@v4
8282
with:
8383
images: |
84-
ghcr.io/${{ github.repository }}
8584
${{ steps.ecr-login.outputs.registry }}/${{ github.event.repository.name }}
8685
tags: |
8786
type=ref,event=branch
@@ -92,13 +91,6 @@ jobs:
9291
- name: 🐳 Set up Docker Buildx
9392
uses: docker/setup-buildx-action@v2
9493

95-
- name: 🐙 Login to GitHub Container Registry
96-
uses: docker/login-action@v2
97-
with:
98-
registry: ghcr.io
99-
username: ${{ github.repository_owner }}
100-
password: ${{ secrets.GITHUB_TOKEN }}
101-
10294
- name: 🐳 Build and push
10395
uses: docker/build-push-action@v4
10496
with:

0 commit comments

Comments
 (0)