ci: fix closed quote (#34)
This commit is contained in:
2
.github/workflows/nightly-release.yaml
vendored
2
.github/workflows/nightly-release.yaml
vendored
@@ -37,4 +37,4 @@ jobs:
|
|||||||
if: steps.code-change.outputs.should-run == 'true'
|
if: steps.code-change.outputs.should-run == 'true'
|
||||||
run: |
|
run: |
|
||||||
docker push "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}"
|
docker push "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}"
|
||||||
docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly
|
docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly"
|
||||||
|
|||||||
Reference in New Issue
Block a user