reinstate GHCR build

This commit is contained in:
Greyscale 2024-01-04 15:16:50 +01:00
parent 089f7ccbb3
commit e7127dc39f
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -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