mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Update Docker GH Action
Now it will push the master tag instead of dev for the main branch.
This commit is contained in:
parent
df980c5cf4
commit
31638b0805
4 changed files with 49 additions and 61 deletions
2
.github/workflows/cd/docker-compose.yml
vendored
2
.github/workflows/cd/docker-compose.yml
vendored
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
|
||||
x-params:
|
||||
&default-params
|
||||
image: ghcr.io/giongto35/cloud-game/cloud-game:${IMAGE_TAG:-dev}
|
||||
image: ghcr.io/giongto35/cloud-game/cloud-game:${IMAGE_TAG:-master}
|
||||
network_mode: "host"
|
||||
privileged: true
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue