update build step name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-06-18 06:43:28 +02:00
parent 7da9fbf121
commit b397fefba7
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
name: 'docker-build', name: 'docker-build',
steps: [ steps: [
{ {
name: 'build-fvtt', name: 'build docker image',
image: 'plugins/docker', image: 'plugins/docker',
settings: { settings: {
tags: ['latest', '${DRONE_COMMIT_SHA:0:8}'], tags: ['latest', '${DRONE_COMMIT_SHA:0:8}'],

View File

@@ -1,4 +1,4 @@
FROM python:3.7 FROM python:3.9
RUN mkdir app RUN mkdir app