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 - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
registry: git.clortox.com
repo: git.clortox.com/infrastructure/memerr
username: username:
from_secret: gitea_docker_username from_secret: dockerhub_username
password: password:
from_secret: gitea_docker_password from_secret: dockerhub_password
tags: repo:
- latest from_secret: dockerhub_repo
- "1.0.${DRONE_BUILD_NUMBER}" tags: latest
when: when:
branch: branch:
- main - main

View File

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