Update Docker GH Action

Now it will push the master tag instead of dev for the main branch.
This commit is contained in:
Sergey Stepanov 2023-04-20 21:49:52 +03:00
parent df980c5cf4
commit 31638b0805
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B
4 changed files with 49 additions and 61 deletions

View file

@ -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