Potentially this should build.
This commit is contained in:
parent
32b18992ee
commit
c0dc2dad38
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.release.yml
vendored
2
.github/workflows/docker.release.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
env:
|
||||
CANDIDATE_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:sha-${{ github.sha }}
|
||||
RELEASE_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:latest
|
||||
RELEASE_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}:latest
|
||||
|
||||
jobs:
|
||||
release-ghcr:
|
||||
|
|
Loading…
Reference in a new issue