Update .github/workflows/docker.yaml
This commit is contained in:
parent
b26408c82a
commit
7008f71b18
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
uses: ztimson/actions/docker/push@develop
|
||||
if: ${{env.VERSION}}
|
||||
with:
|
||||
from: "${{inputs.registry}}/${{inputs.name}}/${{inputs.tag}}"
|
||||
from: "${{inputs.registry}}/${{inputs.name}}:${{inputs.tag}}"
|
||||
registry: ${{inputs.registry}}
|
||||
user: ${{inputs.user}}
|
||||
pass: ${{inputs.pass}}
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
uses: ztimson/actions/docker/push@develop
|
||||
if: ${{inputs.tag}} != latest && ${{github.ref_name}} == (git symbolic-ref refs/remotes/origin/HEAD --short | cut -c 7)
|
||||
with:
|
||||
from: "${{inputs.registry}}/${{inputs.name}}/${{inputs.tag}}"
|
||||
from: "${{inputs.registry}}/${{inputs.name}}:${{inputs.tag}}"
|
||||
registry: ${{inputs.registry}}
|
||||
user: ${{inputs.user}}
|
||||
pass: ${{inputs.pass}}
|
||||
|
Loading…
Reference in New Issue
Block a user