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:
|
||||
include:
|
||||
- GOOS: linux
|
||||
|
@ -10,8 +13,6 @@ matrix:
|
|||
|
||||
steps:
|
||||
build:
|
||||
when:
|
||||
event: tag
|
||||
secrets:
|
||||
- FORGEJO_APIKEY
|
||||
image: golang:1.20-alpine
|
||||
|
|
|
@ -7,7 +7,7 @@ steps:
|
|||
settings:
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
|
||||
repo: codeberg.org/lauralani/
|
||||
repo: codeberg.org/lauralani/humble-bot
|
||||
registry: codeberg.org
|
||||
tags: latest
|
||||
username: lauralani
|
||||
|
|
Loading…
Reference in a new issue