Potentially this should build.

This commit is contained in:
Greyscale 2024-06-21 13:36:56 +02:00
parent 4695cba98c
commit 32b18992ee
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -14,7 +14,7 @@ env:
jobs:
release-ghcr:
name: GHCR
name: GitHub Container Registry
runs-on: ${{ vars.RUNS_ON }}
steps:
- run: docker login ghcr.io -u ${{ vars.SERVICE_ACCOUNT_USERNAME }} -p ${{ secrets.SERVICE_ACCOUNT_TOKEN }}