From cc4721557e6337d3b883a9bfee25d3cfb628897b Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 9 Aug 2023 10:12:06 -0700 Subject: [PATCH] Update Docker references, fix reference in pyproject.toml to README.rst --- .woodpecker.yaml | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index e3bd1cc..37901dc 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index a406d7e..2e7310d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = []