Skip to content

Commit 7b963a4

Browse files
author
Kevin Buchholz
committed
remove github as registry target
see #59
1 parent b1ca62c commit 7b963a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/stableImageBuild.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
# list of Docker images to use as base name for tags
2121
images: |
2222
sourceboat/docker-laravel
23-
ghcr.io/sourceboat/docker-laravel
2423
flavour: |
2524
latest=true
2625
# generate Docker tags based on the following events/attributes
@@ -40,13 +39,6 @@ jobs:
4039
with:
4140
username: ${{ secrets.DOCKERHUB_USERNAME }}
4241
password: ${{ secrets.DOCKERHUB_TOKEN }}
43-
-
44-
name: Login to GitHub Container Registry
45-
uses: docker/login-action@v1
46-
with:
47-
registry: ghcr.io
48-
username: ${{ github.repository_owner }}
49-
password: ${{ secrets.GITHUB_TOKEN }}
5042
-
5143
name: Build and push
5244
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)