Change docker tag
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tyler Perkins 2023-11-25 17:20:11 -05:00
parent 96ef4d696a
commit 2134ac4dfb
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,9 @@ steps:
password:
from_secret: gitea_docker_password
repo: git.clortox.com/Infrastructure/Memerr
tags: latest
tags:
- latest
- "1.0.{DRONE_BUILD_NUMBER}"
when:
branch:
- main

View File

@ -1,4 +1,4 @@
FROM python
FROM python:3.10
WORKDIR /usr/src/app