remove tag command
All checks were successful
Build and Publish Docker Image on Tag / build-and-publish (push) Successful in 5s

This commit is contained in:
Merith-TK 2024-10-02 12:10:56 -07:00
parent 58631f760d
commit 6d2f059c70

View file

@ -30,5 +30,4 @@ jobs:
# Build and push multi-platform Docker images # Build and push multi-platform Docker images
docker build -t $REPO_HOST/$REPO_PATH:latest --push . docker build -t $REPO_HOST/$REPO_PATH:latest --push .
# Tag and push latest # Tag and push latest
docker tag $REPO_HOST/$REPO_PATH:latest
docker push $REPO_HOST/$REPO_PATH:latest docker push $REPO_HOST/$REPO_PATH:latest