Skip to content

Commit 1d83951

Browse files
author
Kevin Buchholz
committed
remove github as registry target for edge build
see #59
1 parent 7b963a4 commit 1d83951

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/edgeImageBuild.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
with:
2525
username: ${{ secrets.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}
27-
-
28-
name: Login to GitHub Container Registry
29-
uses: docker/login-action@v1
30-
with:
31-
registry: ghcr.io
32-
username: ${{ github.repository_owner }}
33-
password: ${{ secrets.GITHUB_TOKEN }}
3427
-
3528
name: Build and push
3629
uses: docker/build-push-action@v2
@@ -39,5 +32,4 @@ jobs:
3932
platforms: linux/amd64,linux/arm64
4033
push: true
4134
tags: |
42-
sourceboat/docker-laravel:edge
43-
ghcr.io/sourceboat/docker-laravel:edge
35+
sourceboat/docker-laravel:edge

0 commit comments

Comments
 (0)