Compare commits
5 Commits
27379b50fa
...
v1.0.2
Author | SHA1 | Date | |
---|---|---|---|
baced8531f
|
|||
5e8359d358
|
|||
f38c52ba02
|
|||
7c933fc9a1
|
|||
148dfb4c3f
|
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
@@ -9,7 +9,7 @@ pipeline:
|
|||||||
dockerize:
|
dockerize:
|
||||||
when:
|
when:
|
||||||
branch: [main, master]
|
branch: [main, master]
|
||||||
event: [push]
|
event: [push, tag]
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: odyssey/gothub
|
repo: odyssey/gothub
|
||||||
@@ -32,5 +32,3 @@ pipeline:
|
|||||||
from_secret: docker_passwd
|
from_secret: docker_passwd
|
||||||
# password = key or actual password
|
# password = key or actual password
|
||||||
tags: dev
|
tags: dev
|
||||||
|
|
||||||
branches: [main, master]
|
|
||||||
|
Reference in New Issue
Block a user