Compare commits
5 Commits
27379b50fa
...
v1.0.2
Author | SHA1 | Date | |
---|---|---|---|
baced8531f
|
|||
5e8359d358
|
|||
f38c52ba02
|
|||
7c933fc9a1
|
|||
148dfb4c3f
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user