Compare commits
2 commits
2193f3215c
...
b63c89c6e9
Author | SHA1 | Date | |
---|---|---|---|
b63c89c6e9 | |||
cdcd4d0e42 |
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_token
|
from_secret: docker_token
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET}
|
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
|
||||||
tags: latest
|
tags: latest
|
||||||
pull_image: false
|
pull_image: false
|
||||||
platforms: ${PLATFORM}
|
platforms: ${PLATFORM}
|
||||||
|
@ -32,7 +32,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: docker_token
|
from_secret: docker_token
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET}
|
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
|
||||||
tags: latest
|
tags: latest
|
||||||
pull_image: false
|
pull_image: false
|
||||||
platforms: ${PLATFORM}
|
platforms: ${PLATFORM}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# syntax=docker/dockerfile:1.4.0
|
# syntax=docker/dockerfile:1
|
||||||
ARG MAVEN_CLI_OPTS="--batch-mode --no-transfer-progress -Dmaven.test.skip"
|
ARG MAVEN_CLI_OPTS="--batch-mode --no-transfer-progress -Dmaven.test.skip"
|
||||||
|
|
||||||
# Copy all project files
|
# Copy all project files
|
||||||
|
|
Loading…
Reference in a new issue