Skip to content

Commit

Permalink
set pull existing to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Aericio authored Feb 22, 2022
1 parent 5052736 commit 70fd89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ inputs:
required: false
pull:
description: "Should we pull existing images before the build to speed up the build?"
default: "true"
default: "false"
required: false
runs:
using: "docker"
image: "Dockerfile"
args:
- ${{ inputs.tag }}
- ${{ inputs.tag }}

0 comments on commit 70fd89b

Please sign in to comment.