Compare commits
2 commits
2193f3215c
...
b63c89c6e9
Author | SHA1 | Date | |
---|---|---|---|
b63c89c6e9 | |||
cdcd4d0e42 |
2 changed files with 3 additions and 7 deletions
|
@ -1,6 +1,4 @@
|
|||
matrix:
|
||||
TARGET:
|
||||
- bot
|
||||
PLATFORM:
|
||||
- linux/amd64
|
||||
|
||||
|
@ -16,8 +14,7 @@ steps:
|
|||
password:
|
||||
from_secret: docker_token
|
||||
dockerfile: Dockerfile
|
||||
target: ${TARGET}
|
||||
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}
|
||||
|
@ -35,8 +32,7 @@ steps:
|
|||
password:
|
||||
from_secret: docker_token
|
||||
dockerfile: Dockerfile
|
||||
target: ${TARGET}
|
||||
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