JTS3ServerMod-dockerized/.drone.yml
Nick Slowinski beaf43484b
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing
Revert "testing possible tag issue"
This reverts commit 61e94a6bd3.
2021-08-10 18:07:15 +02:00

74 Zeilen
1,2 KiB
YAML

name: amd64
kind: pipeline
type: docker
platform:
os: linux
arch: amd64
steps:
- name: build-amd64-dev
image: plugins/docker
pull: always
settings:
repo: nickslowinski/jts3servermod-dockerized
tags:
- dev
- dev-amd64
username:
from_secret: ns_docker_username
password:
from_secret: ns_docker_password
when:
branch:
- dev
---
name: arm64
kind: pipeline
type: docker
platform:
os: linux
arch: arm64
steps:
- name: build-arm64-dev
image: plugins/docker
pull: always
settings:
repo: nickslowinski/jts3servermod-dockerized
tags:
- dev
- dev-arm64
username:
from_secret: ns_docker_username
password:
from_secret: ns_docker_password
when:
branch:
- dev
---
name: arm
kind: pipeline
type: docker
platform:
os: linux
arch: arm
steps:
- name: build-arm-dev
image: plugins/docker
pull: always
settings:
repo: nickslowinski/jts3servermod-dockerized
tags:
- dev
- dev-arm
username:
from_secret: ns_docker_username
password:
from_secret: ns_docker_password
when:
branch:
- dev