ci: fix closed quote (#34)

This commit is contained in:
Jef LeCompte
2025-07-15 17:06:37 -07:00
committed by GitHub
parent 2e32c0d78e
commit 81ae3ac3f6

View File

@@ -37,4 +37,4 @@ jobs:
if: steps.code-change.outputs.should-run == 'true'
run: |
docker push "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}"
docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly
docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly"