This commit is contained in:
parent
96ef4d696a
commit
2134ac4dfb
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python
|
||||
FROM python:3.10
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user