Compare commits

..

No commits in common. "afc817d5d651acec6a5818d01951c385c05c1e26" and "f6e2734f0ba4dc630e326cb851d5cd0f53899e88" have entirely different histories.

View File

@ -40,9 +40,6 @@ pipeline:
-f $${DOCKERFILE}
$${CONTEXT}
- docker push -a $REGISTRY/$${CI_REPO}
when:
event: tag
tag: v*
notify-matrix-success:
image: code.balsillie.net/containers/woodpecker-util
@ -56,20 +53,19 @@ pipeline:
- 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."
when:
status: [ success ]
notify-matrix-failure:
image: code.balsillie.net/containers/woodpecker-util
pull: false
environment:
*vars
secrets:
- source: MATRIX_ACCESS_TOKEN
target: MATRIX_ACCESS_TOKEN
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."
when:
status: [ failure ]
# notify-matrix-failure:
# image: code.balsillie.net/containers/woodpecker-util
# pull: false
# when:
# - status:
# - failure
# environment:
# *vars
# secrets:
# - source: MATRIX_ACCESS_TOKEN
# target: MATRIX_ACCESS_TOKEN
# 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."