Skip to content

Commit

Permalink
Merge pull request #115 from whoan/issue-106
Browse files Browse the repository at this point in the history
Use dummy tag instead of dummy image name
  • Loading branch information
whoan authored Oct 24, 2022
2 parents 488fd05 + 6b922cd commit 87e9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ _parse_extra_args() {

# action steps
init_variables() {
DUMMY_IMAGE_NAME=my_awesome_image
DUMMY_IMAGE_NAME="$INPUT_IMAGE_NAME":tmp_tag_ignore
BUILD_LOG=build-output.log
# split tags (to allow multiple comma-separated tags)
IFS=, read -ra INPUT_IMAGE_TAG <<< "$INPUT_IMAGE_TAG"
Expand Down

0 comments on commit 87e9298

Please sign in to comment.