Skip to content

Commit

Permalink
Merge pull request #27 from cohandv/master
Browse files Browse the repository at this point in the history
fixed default vars
  • Loading branch information
kciter committed Apr 23, 2021
2 parents 3e64523 + 9d5f317 commit 034328f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ INPUT_PATH="${INPUT_PATH:-.}"
INPUT_DOCKERFILE="${INPUT_DOCKERFILE:-Dockerfile}"
INPUT_TAGS="${INPUT_TAGS:-latest}"
INPUT_CREATE_REPO="${INPUT_CREATE_REPO:-false}"
INPUT_SET_REPO_POLICY="${INPUT_PATH:-false}"
INPUT_REPO_POLICY_FILE="${INPUT_PATH:-repo-policy.json}"
INPUT_SET_REPO_POLICY="${INPUT_SET_REPO_POLICY:-false}"
INPUT_REPO_POLICY_FILE="${INPUT_REPO_POLICY_FILE:-repo-policy.json}"

function main() {
sanitize "${INPUT_ACCESS_KEY_ID}" "access_key_id"
Expand Down

0 comments on commit 034328f

Please sign in to comment.