Changed CI docker mtu

main
Jef Roosens 2022-01-13 14:12:50 +01:00
parent 17a9fab6bc
commit 269a9329af
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 1 additions and 20 deletions

View File

@ -1,20 +0,0 @@
# pipeline:
# lint:
# image: 'chewingbever/vlang:latest'
# commands:
# - v fmt -verify vieter
# build:
# image: 'chewingbever/vlang:latest'
# commands:
# - v vieter
pipeline:
publish:
image: plugins/docker
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
tag: ${CI_COMMIT_TAG}
when:
event: tag
branch: main

View File

@ -17,6 +17,7 @@ pipeline:
tag:
- latest
- $CI_COMMIT_TAG
mtu: 1300
when:
event: tag
branch: main