forked from cartsnitch/cartsnitch
c74a4226f4
The build-and-push job pulls nginx:stable-alpine from Docker Hub during docker build. Anonymous pulls hit rate limits on self-hosted runners. Add docker/login-action for Docker Hub using org secrets before the build step (unconditional — needed for both PR and push builds). Closes #22 Co-Authored-By: Paperclip <noreply@paperclip.ing>