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:
|
||||
from_secret: docker_token
|
||||
dockerfile: Dockerfile
|
||||
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET}
|
||||
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
|
||||
tags: latest
|
||||
pull_image: false
|
||||
platforms: ${PLATFORM}
|
||||
|
@ -32,7 +32,7 @@ steps:
|
|||
password:
|
||||
from_secret: docker_token
|
||||
dockerfile: Dockerfile
|
||||
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/${TARGET}
|
||||
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/bot
|
||||
tags: latest
|
||||
pull_image: false
|
||||
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"
|
||||
|
||||
# Copy all project files
|
||||
|
|
Loading…
Reference in a new issue