Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2024-05-27 18:18:28 +02:00
parent 078ef5b015
commit c4565b8f24

View File

@ -3,18 +3,10 @@ type: docker
name: default
steps:
- name: build
image: plugins/docker
settings:
dockerfile: Dockerfile
tags:
- ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}:${DRONE_COMMIT_SHA}
- ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}:latest
- name: publish
image: plugins/docker
settings:
repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}
repo: ${docker_username}/${DRONE_REPO_NAME}
tags:
- latest
- ${DRONE_COMMIT_SHA}