ci: fix nightly release

This commit is contained in:
Jef LeCompte
2021-02-21 23:43:13 -05:00
parent e6803d4d7c
commit 5f81a8a25f
3 changed files with 10 additions and 3 deletions
+3 -1
View File
@@ -18,4 +18,6 @@ jobs:
-t "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}" \
-t "ghcr.io/${GITHUB_REPOSITORY}:nightly" .
- name: Release Docker image
run: docker push "ghcr.io/${GITHUB_REPOSITORY}"
run: |
docker push "ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_SHA:0:7}"
docker push "ghcr.io/${GITHUB_REPOSITORY}:nightly"