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 name: default
steps: 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 - name: publish
image: plugins/docker image: plugins/docker
settings: settings:
repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME} repo: ${docker_username}/${DRONE_REPO_NAME}
tags: tags:
- latest - latest
- ${DRONE_COMMIT_SHA} - ${DRONE_COMMIT_SHA}