Fix typo in CI workflow comment
This commit is contained in:
parent
6255f20f02
commit
0a281f223a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -19,7 +19,7 @@ on:
|
|||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
# ghrc.io/OWNER/REPO
|
||||
# ghcr.io/OWNER/REPO
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
|
|
@ -89,4 +89,4 @@ jobs:
|
|||
with:
|
||||
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
subject-digest: ${{ steps.build-and-push.outputs.digest }}
|
||||
push-to-registry: false
|
||||
push-to-registry: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue