fix(shellcheck): SC2292
This commit is contained in:
committed by
Carlos D. Álvaro
parent
2e0fe50216
commit
556612d972
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
id: tags
|
||||
run: |
|
||||
IMAGE_TAG="${{ github.event.release.tag_name }}"
|
||||
[ -z "${IMAGE_TAG}" ] && IMAGE_TAG='latest'
|
||||
[[ -z "${IMAGE_TAG}" ]] && IMAGE_TAG='latest'
|
||||
|
||||
DOCKER_IMAGE="${IMAGE_NAME}:${IMAGE_TAG}"
|
||||
TAGS="${DOCKER_IMAGE}"
|
||||
|
||||
Reference in New Issue
Block a user