Update Docker references, fix reference in pyproject.toml to README.rst
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
49ce0b5543
commit
cc4721557e
|
@ -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:
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue