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