Compare commits

..

No commits in common. "main" and "meme-blame" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -5,15 +5,13 @@ steps:
- name: docker
image: plugins/docker
settings:
registry: git.clortox.com
repo: git.clortox.com/infrastructure/memerr
username:
from_secret: gitea_docker_username
from_secret: dockerhub_username
password:
from_secret: gitea_docker_password
tags:
- latest
- "1.0.${DRONE_BUILD_NUMBER}"
from_secret: dockerhub_password
repo:
from_secret: dockerhub_repo
tags: latest
when:
branch:
- main

View File

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