Disable ghcr.
This commit is contained in:
parent
f217591ee2
commit
7efdd1887e
1 changed files with 0 additions and 7 deletions
7
.github/workflows/wordpress.yml
vendored
7
.github/workflows/wordpress.yml
vendored
|
|
@ -28,12 +28,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
# - uses: docker/login-action@v2
|
||||
# name: Login to Github Container Registry
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.actor }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -42,5 +36,4 @@ jobs:
|
|||
pull: true
|
||||
push: true
|
||||
tags: |
|
||||
# ghcr.io/benzine-framework/wordpress
|
||||
matthewbaggett/wordpress
|
||||
|
|
|
|||
Loading…
Reference in a new issue