Fixed docker deploy
ci/woodpecker/push/tools-wasm-pack-docker Pipeline was successful
Details
ci/woodpecker/push/tools-wasm-pack-docker Pipeline was successful
Details
This commit is contained in:
parent
5d24a0dc17
commit
a22871d218
|
@ -3,12 +3,12 @@ pipeline:
|
|||
image: plugins/docker
|
||||
settings:
|
||||
registry: git.koval.net
|
||||
username:
|
||||
from_secret: DEPLOY_USER
|
||||
username: cyclane
|
||||
password:
|
||||
from_secret: DEPLOY_TOKEN
|
||||
repo: cyclane/game-algorithms/wasm-pack
|
||||
repo: git.koval.net/cyclane/game-algorithms/wasm-pack
|
||||
tags: latest
|
||||
context: tools/wasm-pack-docker
|
||||
dockerfile: tools/wasm-pack-docker/Dockerfile
|
||||
when:
|
||||
path:
|
||||
|
|
Loading…
Reference in New Issue