Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
a7f56fc2de
|
|||
baced8531f
|
|||
5e8359d358
|
@ -1,15 +1,15 @@
|
||||
pipeline:
|
||||
build:
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
event: [push, pull_request, tag]
|
||||
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
|
||||
|
Reference in New Issue
Block a user