Potentially this should build.
This commit is contained in:
parent
4695cba98c
commit
32b18992ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.release.yml
vendored
2
.github/workflows/docker.release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue