Try removing logging in to the Github Container registry

This commit is contained in:
Eric Allam
2023-06-27 13:13:40 +01:00
parent 62f94206bb
commit fdcd2fdb27
-8
View File
@@ -81,7 +81,6 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/${{ github.repository }}
${{ steps.ecr-login.outputs.registry }}/${{ github.event.repository.name }}
tags: |
type=ref,event=branch
@@ -92,13 +91,6 @@ jobs:
- name: 🐳 Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: 🐙 Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: 🐳 Build and push
uses: docker/build-push-action@v4
with: