Fix tagging released Docker image on CI
This commit is contained in:
parent
7feae7afe4
commit
f41aee2224
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -222,9 +222,9 @@ jobs:
|
||||
${{ steps.docker.outputs.tag }}-i386
|
||||
${{ steps.docker.outputs.tag }}-ppc64le
|
||||
${{ steps.docker.outputs.tag }}-s390x'
|
||||
tags=${{ (startsWith(github.ref, 'refs/tags/')
|
||||
&& '')
|
||||
|| steps.docker.outputs.tag }}
|
||||
tags=${{ (!startsWith(github.ref, 'refs/tags/')
|
||||
&& steps.docker.outputs.tag)
|
||||
|| '' }}
|
||||
env:
|
||||
DOCKERFILE: ${{ matrix.dist }} # for correct `tags` auto-detection
|
||||
working-directory: docker/coturn/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user