fix(ci): remove branch specification

This commit is contained in:
andrea 2025-03-06 08:53:02 +00:00
commit b2abacbdba

View file

@ -17,5 +17,3 @@ build-and-push:
- docker tag "$IMAGE_NAME:$IMAGE_TAG" "$IMAGE_NAME:latest"
- docker push "$IMAGE_NAME:$IMAGE_TAG"
- docker push "$IMAGE_NAME:latest"
only:
- main