Don't forget the login-action

This commit is contained in:
Luke Street 2025-10-07 16:00:17 -06:00
parent 6b3cadf1fc
commit d21fde5bc2

View File

@ -88,6 +88,13 @@ jobs:
outputs: |
type=local,dest=dist
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push Docker image
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v6