add nightly build
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 4s
Some checks failed
Build Docker Image on Commit / build-and-publish (push) Failing after 4s
This commit is contained in:
parent
29af83d292
commit
8a61cbf727
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# Build Docker image
|
# Build Docker image
|
||||||
docker build -t $REPO_HOST/$REPO_PATH:${{ github.sha }} .
|
docker build -t $REPO_HOST/$REPO_PATH:${{ github.sha }} .
|
||||||
docker tag $REPO_HOST/$REPO_PATH:nightly
|
|
||||||
|
docker tag $REPO_HOST/$REPO_PATH:${{ github.sha }} $REPO_HOST/$REPO_PATH:nightly
|
||||||
docker push $REPO_HOST/$REPO_PATH:nightly
|
docker push $REPO_HOST/$REPO_PATH:nightly
|
||||||
|
|
||||||
# Remove the local image to save storage
|
# Remove the local image to save storage
|
||||||
|
|
Loading…
Reference in a new issue