Update Docker references, fix reference in pyproject.toml to README.rst
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Raoul Snyman 2023-08-09 10:12:06 -07:00
parent 49ce0b5543
commit cc4721557e
2 changed files with 7 additions and 7 deletions

View File

@ -25,9 +25,9 @@ steps:
image: docker
commands:
- "docker login git.libertytechforce.com -u $DOCKER_USERNAME -p $DOCKER_TOKEN"
- "docker build -t git.libertytechforce.com/raoul/http2smtp:nightly -t git.libertytechforce.com/raoul/http2smtp:${CI_COMMIT_SHA:0:8} -f Dockerfile.nightly ."
- "docker push git.libertytechforce.com/raoul/http2smtp:nightly"
- "docker push git.libertytechforce.com/raoul/http2smtp:${CI_COMMIT_SHA:0:8}"
- "docker build -t git.libertytechforce.com/libertytechforce/http2smtp:nightly -t git.libertytechforce.com/libertytechforce/http2smtp:${CI_COMMIT_SHA:0:8} -f Dockerfile.nightly ."
- "docker push git.libertytechforce.com/libertytechforce/http2smtp:nightly"
- "docker push git.libertytechforce.com/libertytechforce/http2smtp:${CI_COMMIT_SHA:0:8}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
secrets:
@ -40,9 +40,9 @@ steps:
image: docker
commands:
- "docker login git.libertytechforce.com -u $DOCKER_USERNAME -p $DOCKER_TOKEN"
- "docker build -t git.libertytechforce.com/raoul/http2smtp:latest -t git.libertytechforce.com/raoul/http2smtp:${CI_COMMIT_TAG##v} -f Dockerfile.release ."
- "docker push git.libertytechforce.com/raoul/http2smtp:latest"
- "docker push git.libertytechforce.com/raoul/http2smtp:${CI_COMMIT_TAG##v}"
- "docker build -t git.libertytechforce.com/libertytechforce/http2smtp:latest -t git.libertytechforce.com/libertytechforce/http2smtp:${CI_COMMIT_TAG##v} -f Dockerfile.release ."
- "docker push git.libertytechforce.com/libertytechforce/http2smtp:latest"
- "docker push git.libertytechforce.com/libertytechforce/http2smtp:${CI_COMMIT_TAG##v}"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
secrets:

View File

@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "http2smtp"
description = 'An HTTP to SMTP gateway'
readme = "README.md"
readme = "README.rst"
requires-python = ">=3.11"
license = "MIT"
keywords = []