forked from cartsnitch/cartsnitch
eec69b5a37
The build-and-push job had an unconditional Docker Hub login step that was failing because DOCKERHUB_USERNAME and DOCKERHUB_TOKEN secrets are not provisioned. Since we push images to GHCR (not Docker Hub), this step is not needed. Closes cartsnitch/infra#5 Co-Authored-By: Paperclip <noreply@paperclip.ing>