potential fix
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 11s
Build & Deploy Costco Grocery List / deploy (push) Successful in 3s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s

This commit is contained in:
Nico 2026-01-02 17:45:29 -08:00
parent 7adbbc1d3f
commit 4b2bfd4be8

View File

@ -67,7 +67,7 @@ jobs:
- name: Push Frontend Image
run: |
docker push $REGISTRY/frontend:${{ github.sha }}
docker push $REGISTRY/frontend:latest
docker push $REGISTRY/frontend:latest
deploy:
needs: build