mirror of
https://github.com/yuzu-emu/yuzu-multiplayer-dedicated
synced 2024-11-22 12:03: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
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY_IMAGE }}
|
images: ${{ env.REGISTRY_IMAGE }}
|
||||||
|
tags: type=raw,value=latest,enable={{is_default_branch}}
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue