5 Commits

Author SHA1 Message Date
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
f38c52ba02 Test5Tag
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-11-29 23:50:11 +01:00
7c933fc9a1 Test4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-29 23:40:33 +01:00
148dfb4c3f i forgot to remove this
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-29 23:33:35 +01:00
3 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pipeline:
build:
when:
event: [push, pull_request]
event: [push, pull_request, tag]
image: golang:1.19.3-alpine
commands:
- go mod download
@@ -9,7 +9,7 @@ pipeline:
dockerize:
when:
branch: [main, master]
event: [push]
event: [push, tag]
image: plugins/docker
settings:
repo: odyssey/gothub
@@ -32,5 +32,3 @@ pipeline:
from_secret: docker_passwd
# password = key or actual password
tags: dev
branches: [main, master]

0
aaa Normal file
View File

0
wahmen Normal file
View File