3 Commits

Author SHA1 Message Date
d5dc96bfbd t-shoot triggering 2022-08-22 11:06:22 +12:00
d2ac0dd561 tshoot expansions 2022-08-22 11:03:44 +12:00
3bd79c5641 Readme typos 2022-08-22 11:00:03 +12:00
2 changed files with 9 additions and 9 deletions

View File

@ -33,21 +33,21 @@ pipeline:
commands:
- echo $REGISTRY_PASSWORD | docker login $REGISTRY -u $REGISTRY_USER --password-stdin
- docker build
-t $REGISTRY/${CI_REPO}:${CI_COMMIT_TAG}
-t $REGISTRY/${CI_REPO}:$(date +%F_%H-%M)
-t $REGISTRY/${CI_REPO}:latest
-t $REGISTRY/$${CI_REPO}:$${CI_COMMIT_TAG}
-t $REGISTRY/$${CI_REPO}:$(date +%F_%H-%M)
-t $REGISTRY/$${CI_REPO}:latest
--pull
--build-arg $${SHOUTRRR_VERSION}
-f $${DOCKERFILE}
$${CONTEXT}
- docker push -a $REGISTRY/${CI_REPO}
- docker push -a $REGISTRY/$${CI_REPO}
notify-matrix-success:
image: code.balsillie.net/containers/woodpecker-util
pull: false
when:
- event: tag
status: [ success ]
# status: [ success ]
environment:
*vars
secrets:
@ -56,14 +56,14 @@ pipeline:
commands:
- shoutrrr send
--url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
--message "New image build of ${CI_REPO}, ${CI_COMMIT_TAG}, has been completed and pushed."
--message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has been completed and pushed."
notify-matrix-failure:
image: code.balsillie.net/containers/woodpecker-util
pull: false
when:
- event: tag
status: [ failure ]
# status: [ failure ]
environment:
*vars
secrets:
@ -72,4 +72,4 @@ pipeline:
commands:
- shoutrrr send
--url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
--message "New image build of ${CI_REPO}, ${CI_COMMIT_TAG}, has failed."
--message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has failed."

View File

@ -2,7 +2,7 @@
Utility container for use in Woodpecker CI builds.
Debian:11-slim base with the following additional packchangesages:
Debian:11-slim base with the following additional packages:
- Default to BASH shell.
- shoutrrr installed from source