Update docker/build/action.yaml

This commit is contained in:
Zakary Timson 2024-05-29 19:46:36 -04:00
parent 79d7b9986b
commit 540c913825

View File

@ -30,7 +30,7 @@ runs:
uses: docker://docker
with:
entrypoint: docker
args: build -t "${{env.URL}}/${{inputs.name}}:${{inputs.tag}}" -f ${{inputs.dockerfile}} .
args: build --pull -t "${{env.URL}}/${{inputs.name}}:${{inputs.tag}}" -f ${{inputs.dockerfile}} .
- name: Tag as Latest
if: ${{inputs.tag}} != latest && ${{github.ref_name}} == (git symbolic-ref refs/remotes/origin/HEAD --short | cut -c 7)