Begin Monkeyloader Work

This commit is contained in:
Merith-TK 2025-01-07 19:06:18 +00:00
parent 1fec55efc0
commit d79288f11d
8 changed files with 187 additions and 46 deletions

View file

@ -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