Add a step in the CI pipeline to build a container image #7

Merged
raoul merged 1 commits from build-image into master 2023-07-29 02:31:49 +00:00
1 changed files with 16 additions and 0 deletions

View File

@ -22,3 +22,19 @@ steps:
- pip_token
when:
event: tag
publish-image:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
registry: git.snyman.info
username: $DOCKER_USERNAME
password: $DOCKER_TOKEN
repo: git.snyman.info/${CI_REPO_OWNER}/codesmidgen
tags:
- latest
- ${CI_COMMIT_TAG##v}
secrets:
- docker_username
- docker_token
when:
event: tag