mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
chore(ci): exclude latest-* arch suffix tags from per-arch pushes
This commit is contained in:
parent
2bc23cda4a
commit
1f4cdef63b
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
services:
|
||||
web:
|
||||
# image: mwisnowski/mtg-python-deckbuilder:latest-arm64 # Use for arm64
|
||||
# image: mwisnowski/mtg-python-deckbuilder:latest-amd64 # use for amd64
|
||||
# image: mwisnowski/mtg-python-deckbuilder:2.2.7-amd64 # Use specific build 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
|
||||
ports:
|
||||
- "8080:8080" # Host:Container — open http://localhost:8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue