defold bob image build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-09-09 14:54:26 +02:00
parent a3d72e6a0c
commit b794b87f4d
2 changed files with 43 additions and 0 deletions

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: build images
steps:
- name: java-defold-bob
image: plugins/docker
settings:
repo: git.aterve.com/Partydeck/java-defold-bob
registry: git.aterve.com
username:
from_secret: docker_username
password:
from_secret: docker_password
tags: latest
dockerfile: ./java-defold-bob/Dockerfile