fix: syntax

This commit is contained in:
devthejo 2023-12-02 00:37:14 +01:00
parent 9025b6a05c
commit ee6ab23922
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -105,9 +105,9 @@ runs:
echo "{\"auths\":{\"$INPUT_REGISTRY\":{\"username\":\"$INPUT_REGISTRY_USERNAME\",\"password\":\"$INPUT_REGISTRY_PASSWORD\"}}}" > $DOCKER_CONFIG/config.json echo "{\"auths\":{\"$INPUT_REGISTRY\":{\"username\":\"$INPUT_REGISTRY_USERNAME\",\"password\":\"$INPUT_REGISTRY_PASSWORD\"}}}" > $DOCKER_CONFIG/config.json
fi fi
target_args = "" target_args=""
if [ -n "$INPUT_TARGET" ]; then if [ -n "$INPUT_TARGET" ]; then
target_args = "--target=$INPUT_TARGET" target_args="--target=$INPUT_TARGET"
fi fi
# build and push using buildkit # build and push using buildkit