fix: Add ignore-pull-failures flag for initial deployment when images don't exist
Some checks failed
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 6s
build-and-deploy / deploy (push) Failing after 2s

This commit is contained in:
2025-07-05 14:41:56 -06:00
parent 08c56feb6c
commit 85419138a3

View File

@@ -70,7 +70,7 @@ jobs:
run: docker login gitea.interno.com -u nucleo000 -p 7bc7b2fcd283bd6a251bef3ede368b7f897c919d
- name: Pull fresh images used in compose
run: docker compose pull
run: docker compose pull --ignore-pull-failures
- name: Clean up stack
run: docker compose --project-name snatchgame down