2 Commits
v1.0.3 ... dev

Author SHA1 Message Date
832e11e70b Merge branch 'master' into dev
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-29 23:34:00 +01:00
27379b50fa test4 2022-11-29 23:32:24 +01:00
3 changed files with 2 additions and 2 deletions

View File

@ -1,15 +1,15 @@
pipeline:
build:
when:
event: [push, pull_request, tag]
event: [push, pull_request]
image: golang:1.19.3-alpine
commands:
- go mod download
- go build .
dockerize:
when:
event: [push, tag]
branch: [main, master]
event: [push]
image: plugins/docker
settings:
repo: odyssey/gothub

View File

0
wahmen
View File