Add support for ghcr.io

This commit is contained in:
2023-04-11 12:43:59 +02:00
parent 11076e36e5
commit bd27824a51
3 changed files with 17 additions and 6 deletions

View File

@@ -27,6 +27,13 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.PAT_TOKEN}}
-
name: Build and push
uses: docker/bake-action@v2.3.0