We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f9420 commit fdcd2fdCopy full SHA for fdcd2fd
1 file changed
.github/workflows/publish.yml
@@ -81,7 +81,6 @@ jobs:
81
uses: docker/metadata-action@v4
82
with:
83
images: |
84
- ghcr.io/${{ github.repository }}
85
${{ steps.ecr-login.outputs.registry }}/${{ github.event.repository.name }}
86
tags: |
87
type=ref,event=branch
@@ -92,13 +91,6 @@ jobs:
92
91
- name: 🐳 Set up Docker Buildx
93
uses: docker/setup-buildx-action@v2
94
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
-
102
- name: 🐳 Build and push
103
uses: docker/build-push-action@v4
104
0 commit comments