We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e32c0d commit 81ae3acCopy full SHA for 81ae3ac
.github/workflows/nightly-release.yaml
@@ -37,4 +37,4 @@ jobs:
37
if: steps.code-change.outputs.should-run == 'true'
38
run: |
39
docker push "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}"
40
- docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly
+ docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly"
0 commit comments