mirror of
https://github.com/yuzu-emu/yuzu-multiplayer-dedicated
synced 2024-11-21 22:33:35 +00:00
CI: fix tagging override
This commit is contained in:
parent
c9bf9398ec
commit
630511f1f4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -78,6 +78,7 @@ jobs:
|
|||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: ${{ env.REGISTRY_IMAGE }}
|
||||
tags: type=raw,value=latest,enable={{is_default_branch}}
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue