diff --git a/.forgejo/workflows/build-on-commit.yml b/.forgejo/workflows/build-on-commit.yml index da4c347..95edcc0 100644 --- a/.forgejo/workflows/build-on-commit.yml +++ b/.forgejo/workflows/build-on-commit.yml @@ -30,5 +30,4 @@ jobs: # Build and push multi-platform Docker images docker build -t $REPO_HOST/$REPO_PATH:latest --push . # Tag and push latest - docker tag $REPO_HOST/$REPO_PATH:latest docker push $REPO_HOST/$REPO_PATH:latest