fixing pipe
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 1s

This commit is contained in:
2025-08-16 22:00:25 -03:00
parent 72ec3e2477
commit b5bbe2628e

View File

@@ -37,7 +37,7 @@ jobs:
docker build \
-t "${{ env.IMAGE_NOTIFY }}:${TAG}" \
-f haven-notify/Dockerfile \
-f Dockerfile \
haven-notify
docker push "${{ env.IMAGE_NOTIFY }}:${TAG}"