Update docker/build/action.yaml
This commit is contained in:
parent
19c6c7edc1
commit
064eabfaca
@ -34,6 +34,7 @@ runs:
|
||||
|
||||
- name: Tag as Latest
|
||||
if: ${{inputs.tag}} != latest && ${{github.ref_name}} == (git symbolic-ref refs/remotes/origin/HEAD --short | cut -c 7)
|
||||
uses: docker://docker
|
||||
with:
|
||||
entrypoint: docker
|
||||
args: tag "${{env.URL}}/${{inputs.name}}:${{inputs.tag}}" "${{env.URL}}/${{inputs.name}}:latest"
|
||||
|
Loading…
Reference in New Issue
Block a user