generated from oci/template
Begin Monkeyloader Work
This commit is contained in:
parent
1fec55efc0
commit
d79288f11d
8 changed files with 187 additions and 46 deletions
|
@ -29,9 +29,8 @@ jobs:
|
|||
# Build and push multi-platform Docker images
|
||||
docker build -t $REPO_HOST/$REPO_PATH:$TAG --push .
|
||||
# Tag and push latest
|
||||
docker tag $REPO_HOST/$REPO_PATH:$TAG $REPO_HOST/$REPO_PATH:latest
|
||||
docker push $REPO_HOST/$REPO_PATH:latest
|
||||
docker tag $REPO_HOST/$REPO_PATH:$TAG
|
||||
docker push $REPO_HOST/$REPO_PATH:$TAG
|
||||
|
||||
# Remove the local image to save storage
|
||||
docker rmi $REPO_HOST/$REPO_PATH:$TAG
|
||||
docker rmi $REPO_HOST/$REPO_PATH:latest
|
||||
docker rmi $REPO_HOST/$REPO_PATH:$TAG
|
Loading…
Add table
Add a link
Reference in a new issue