Testing GHCR support

This commit is contained in:
Kieran Eglin 2024-03-24 15:07:00 -07:00
parent 54eacf52b3
commit e92e2001bf

View file

@ -28,6 +28,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with: