This commit is contained in:
parent
a13a1f0819
commit
126547905a
@ -23,6 +23,10 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500
|
||||||
|
memory: 1024MiB
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:1.18.3-alpine3.16
|
image: golang:1.18.3-alpine3.16
|
||||||
commands:
|
commands:
|
||||||
@ -39,5 +43,9 @@ steps:
|
|||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
commands:
|
commands:
|
||||||
- goreleaser release
|
- goreleaser release
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500
|
||||||
|
memory: 1024MiB
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user