Testing GHCR support

This commit is contained in:
Kieran Eglin 2024-03-24 15:07:00 -07:00
parent 610b00566b
commit 87f07ff634
No known key found for this signature in database
GPG key ID: 193984967FCF432D

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: