Fix naming of pipeline steps
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Varakh 2023-03-24 08:38:51 +01:00
parent 6176026cea
commit bb89b7c20f

View file

@ -9,7 +9,7 @@ trigger:
- push - push
steps: steps:
- name: docker build and publish - name: docker build
image: plugins/docker image: plugins/docker
environment: environment:
REVISION: ${DRONE_COMMIT_SHA} REVISION: ${DRONE_COMMIT_SHA}
@ -38,7 +38,7 @@ trigger:
- monthly - monthly
steps: steps:
- name: docker build and publish - name: docker build
image: plugins/docker image: plugins/docker
environment: environment:
REVISION: ${DRONE_COMMIT_SHA} REVISION: ${DRONE_COMMIT_SHA}