Fix Docker image release job, do not run command with non-zero exit code
This commit is contained in:
parent
7e27d7928a
commit
ea2286151b
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ release-docker:
|
|||
|
||||
# Build the Docker image, run it once to test
|
||||
- docker build -t timvisee/ffsend:latest ./
|
||||
- docker run --rm timvisee/ffsend:latest
|
||||
- docker run --rm timvisee/ffsend:latest -V
|
||||
|
||||
# Retag version
|
||||
- VERSION=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)
|
||||
|
|
Loading…
Reference in a new issue