mirror of
https://github.com/yuzu-emu/yuzu-multiplayer-dedicated
synced 2024-11-22 05:53:37 +00:00
CI: set image tag as latest if built on master branch
This commit is contained in:
parent
e466025a1e
commit
c9bf9398ec
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ env.REGISTRY_IMAGE }}
|
||||
tags: type=raw,value=latest,enable={{is_default_branch}}
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker BuildX
|
||||
|
|
Loading…
Reference in a new issue