5.2 tag
This commit is contained in:
parent
d0126c97ff
commit
aa4b4d7d3c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
steps:
|
||||
- name: publish_image
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: woodpeckerci/plugin-docker-buildx:5.2
|
||||
settings:
|
||||
repo: git.gnous.eu/${CI_REPO_OWNER}/forgejo
|
||||
dockerfile: Dockerfile
|
||||
|
@ -15,7 +15,7 @@ steps:
|
|||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event: push
|
||||
- name: publish_image_tag
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
image: woodpeckerci/plugin-docker-buildx:5.2
|
||||
settings:
|
||||
repo: git.gnous.eu/${CI_REPO_OWNER}/forgejo
|
||||
dockerfile: Dockerfile
|
||||
|
@ -27,6 +27,6 @@ steps:
|
|||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
from_secret: docker_password
|
||||
when:
|
||||
event: tag
|
Loading…
Add table
Reference in a new issue