mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
chore(ci): exclude latest-* arch suffix tags from per-arch pushes
This commit is contained in:
parent
45658d0b72
commit
2bc23cda4a
3 changed files with 22 additions and 39 deletions
|
|
@ -1,6 +1,7 @@
|
|||
services:
|
||||
web:
|
||||
image: mwisnowski/mtg-python-deckbuilder:latest
|
||||
# image: mwisnowski/mtg-python-deckbuilder:latest-arm64 # Use for arm64
|
||||
# image: mwisnowski/mtg-python-deckbuilder:latest-amd64 # use for amd64
|
||||
container_name: mtg-deckbuilder-web
|
||||
ports:
|
||||
- "8080:8080" # Host:Container — open http://localhost:8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue