Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
baced8531f
|
|||
5e8359d358
|
@ -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
|
||||
|
Reference in New Issue
Block a user