fix: syntax
This commit is contained in:
parent
9025b6a05c
commit
ee6ab23922
1 changed files with 2 additions and 2 deletions
|
@ -105,9 +105,9 @@ runs:
|
|||
echo "{\"auths\":{\"$INPUT_REGISTRY\":{\"username\":\"$INPUT_REGISTRY_USERNAME\",\"password\":\"$INPUT_REGISTRY_PASSWORD\"}}}" > $DOCKER_CONFIG/config.json
|
||||
fi
|
||||
|
||||
target_args = ""
|
||||
target_args=""
|
||||
if [ -n "$INPUT_TARGET" ]; then
|
||||
target_args = "--target=$INPUT_TARGET"
|
||||
target_args="--target=$INPUT_TARGET"
|
||||
fi
|
||||
|
||||
# build and push using buildkit
|
||||
|
|
Loading…
Add table
Reference in a new issue