reinstate GHCR build
This commit is contained in:
parent
089f7ccbb3
commit
e7127dc39f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/bouncer.yml
vendored
7
.github/workflows/bouncer.yml
vendored
|
|
@ -28,6 +28,12 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
- uses: docker/login-action@v2
|
||||
name: Login to GHCR
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_PASSWORD }}
|
||||
- uses: docker/build-push-action@v3
|
||||
name: Build & Push
|
||||
with:
|
||||
|
|
@ -38,3 +44,4 @@ jobs:
|
|||
target: bouncer
|
||||
tags: |
|
||||
benzine/bouncer
|
||||
ghcr.io/benzine-framework/bouncer:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue