Compare commits
2 commits
aa4b4d7d3c
...
14470b3c0c
Author | SHA1 | Date | |
---|---|---|---|
14470b3c0c | |||
0713fcc887 |
2 changed files with 3 additions and 3 deletions
.woodpecker
|
@ -2,7 +2,7 @@ steps:
|
||||||
- name: publish_image
|
- name: publish_image
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.2
|
image: woodpeckerci/plugin-docker-buildx:5.2
|
||||||
settings:
|
settings:
|
||||||
repo: git.gnous.eu/${CI_REPO_OWNER}/forgejo
|
repo: git.gnous.eu/${CI_REPO_OWNER}/epee-service
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
registry: https://git.gnous.eu
|
registry: https://git.gnous.eu
|
||||||
|
@ -17,7 +17,7 @@ steps:
|
||||||
- name: publish_image_tag
|
- name: publish_image_tag
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.2
|
image: woodpeckerci/plugin-docker-buildx:5.2
|
||||||
settings:
|
settings:
|
||||||
repo: git.gnous.eu/${CI_REPO_OWNER}/forgejo
|
repo: git.gnous.eu/${CI_REPO_OWNER}/epee-service
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
registry: https://git.gnous.eu
|
registry: https://git.gnous.eu
|
||||||
|
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
files:
|
files:
|
||||||
- "epee-*"
|
- "epee-*"
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: release_token
|
from_secret: gnous_cicd_token
|
||||||
target: main
|
target: main
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
Loading…
Add table
Reference in a new issue