chore(ci): exclude latest-* arch suffix tags from per-arch pushes

This commit is contained in:
matt 2025-09-10 08:36:39 -07:00
parent 2bc23cda4a
commit 1f4cdef63b

View file

@ -1,7 +1,8 @@
services: services:
web: web:
# image: mwisnowski/mtg-python-deckbuilder:latest-arm64 # Use for arm64 # image: mwisnowski/mtg-python-deckbuilder:2.2.7-amd64 # Use specific build for amd64
# image: mwisnowski/mtg-python-deckbuilder:latest-amd64 # use for amd64 # image: mwisnowski/mtg-python-deckbuilder:2.2.7-arm64 # use specific build for arm64
image: mwisnowski/mtg-python-deckbuilder:latest
container_name: mtg-deckbuilder-web container_name: mtg-deckbuilder-web
ports: ports:
- "8080:8080" # Host:Container — open http://localhost:8080 - "8080:8080" # Host:Container — open http://localhost:8080