diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index b3a3b1d..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -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 diff --git a/.woodpecker/.publish.yml b/.woodpecker/.publish.yml index 4bfea2a..5d63904 100644 --- a/.woodpecker/.publish.yml +++ b/.woodpecker/.publish.yml @@ -17,6 +17,7 @@ pipeline: tag: - latest - $CI_COMMIT_TAG + mtu: 1300 when: event: tag branch: main