Replaces latest tag with pipeline number
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e383876bb0
commit
c0ead41d21
@ -1,15 +1,15 @@
|
|||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
- manual
|
- manual
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: git.halfbinary.net/${CI_REPO_OWNER}/prettyplayerfe
|
repo: git.halfbinary.net/${CI_REPO_OWNER}/prettyplayerfe
|
||||||
registry: git.halfbinary.net
|
registry: git.halfbinary.net
|
||||||
tags: latest
|
tags: ${CI_PIPELINE_NUMBER}
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
Loading…
x
Reference in New Issue
Block a user