Compare commits
No commits in common. "afc817d5d651acec6a5818d01951c385c05c1e26" and "f6e2734f0ba4dc630e326cb851d5cd0f53899e88" have entirely different histories.
afc817d5d6
...
f6e2734f0b
@ -40,9 +40,6 @@ pipeline:
|
|||||||
-f $${DOCKERFILE}
|
-f $${DOCKERFILE}
|
||||||
$${CONTEXT}
|
$${CONTEXT}
|
||||||
- docker push -a $REGISTRY/$${CI_REPO}
|
- docker push -a $REGISTRY/$${CI_REPO}
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
tag: v*
|
|
||||||
|
|
||||||
notify-matrix-success:
|
notify-matrix-success:
|
||||||
image: code.balsillie.net/containers/woodpecker-util
|
image: code.balsillie.net/containers/woodpecker-util
|
||||||
@ -56,20 +53,19 @@ pipeline:
|
|||||||
- shoutrrr send
|
- shoutrrr send
|
||||||
--url matrix://:$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
--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."
|
||||||
when:
|
|
||||||
status: [ success ]
|
|
||||||
|
|
||||||
notify-matrix-failure:
|
# notify-matrix-failure:
|
||||||
image: code.balsillie.net/containers/woodpecker-util
|
# image: code.balsillie.net/containers/woodpecker-util
|
||||||
pull: false
|
# pull: false
|
||||||
environment:
|
# when:
|
||||||
*vars
|
# - status:
|
||||||
secrets:
|
# - failure
|
||||||
- source: MATRIX_ACCESS_TOKEN
|
# environment:
|
||||||
target: MATRIX_ACCESS_TOKEN
|
# *vars
|
||||||
commands:
|
# secrets:
|
||||||
- shoutrrr send
|
# - source: MATRIX_ACCESS_TOKEN
|
||||||
--url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
# target: MATRIX_ACCESS_TOKEN
|
||||||
--message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has failed."
|
# commands:
|
||||||
when:
|
# - shoutrrr send
|
||||||
status: [ failure ]
|
# --url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
||||||
|
# --message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has failed."
|
Loading…
Reference in New Issue
Block a user