Compare commits
No commits in common. "f6e2734f0ba4dc630e326cb851d5cd0f53899e88" and "9827e6bcb222cf8ebb6c1e1583b374da93b9cd37" have entirely different histories.
f6e2734f0b
...
9827e6bcb2
@ -23,7 +23,6 @@ pipeline:
|
||||
image: docker:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
*vars
|
||||
secrets:
|
||||
@ -41,25 +40,28 @@ pipeline:
|
||||
$${CONTEXT}
|
||||
- docker push -a $REGISTRY/$${CI_REPO}
|
||||
|
||||
notify-matrix-success:
|
||||
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 been completed and pushed."
|
||||
# notify-matrix-success:
|
||||
# image: code.balsillie.net/containers/woodpecker-util
|
||||
# pull: false
|
||||
# when:
|
||||
# - event: tag
|
||||
# status: [ success ]
|
||||
# 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 been completed and pushed."
|
||||
|
||||
# notify-matrix-failure:
|
||||
# image: code.balsillie.net/containers/woodpecker-util
|
||||
# pull: false
|
||||
# when:
|
||||
# - status:
|
||||
# - failure
|
||||
# - event: tag
|
||||
# status: [ failure ]
|
||||
# environment:
|
||||
# *vars
|
||||
# secrets:
|
||||
|
Loading…
Reference in New Issue
Block a user