3 Commits
v1.0 ... v1.0.3

Author SHA1 Message Date
a7f56fc2de tes
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-30 00:07:35 +01:00
baced8531f come on
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-11-29 23:57:41 +01:00
5e8359d358 Test6Tag
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-11-29 23:55:33 +01:00

View File

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