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

pull/1/head
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 image: docker
commands: commands:
- "docker login git.libertytechforce.com -u $DOCKER_USERNAME -p $DOCKER_TOKEN" - "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 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/raoul/http2smtp:nightly" - "docker push git.libertytechforce.com/libertytechforce/http2smtp:nightly"
- "docker push git.libertytechforce.com/raoul/http2smtp:${CI_COMMIT_SHA:0:8}" - "docker push git.libertytechforce.com/libertytechforce/http2smtp:${CI_COMMIT_SHA:0:8}"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
secrets: secrets:
@ -40,9 +40,9 @@ steps:
image: docker image: docker
commands: commands:
- "docker login git.libertytechforce.com -u $DOCKER_USERNAME -p $DOCKER_TOKEN" - "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 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/raoul/http2smtp:latest" - "docker push git.libertytechforce.com/libertytechforce/http2smtp:latest"
- "docker push git.libertytechforce.com/raoul/http2smtp:${CI_COMMIT_TAG##v}" - "docker push git.libertytechforce.com/libertytechforce/http2smtp:${CI_COMMIT_TAG##v}"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
secrets: secrets:

View File

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