fix mistake in CI
This commit is contained in:
parent
48864c4da2
commit
3ca1c2314e
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- GOOS: linux
|
- GOOS: linux
|
||||||
|
@ -10,8 +13,6 @@ matrix:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
secrets:
|
secrets:
|
||||||
- FORGEJO_APIKEY
|
- FORGEJO_APIKEY
|
||||||
image: golang:1.20-alpine
|
image: golang:1.20-alpine
|
||||||
|
|
|
@ -7,7 +7,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||||
repo: codeberg.org/lauralani/
|
repo: codeberg.org/lauralani/humble-bot
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
tags: latest
|
tags: latest
|
||||||
username: lauralani
|
username: lauralani
|
||||||
|
|
Loading…
Reference in a new issue