wip
This commit is contained in:
2
.github/workflows/deploy-docker-to-ont.yml
vendored
2
.github/workflows/deploy-docker-to-ont.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{
|
||||
"channel_id": "wgcfotx7x3bipcwchzn45tuxxr",
|
||||
"message": "@veenm ✅ *Build is geslaagd!* Versie '"$VERSION"'-SNAPSHOT staat klaar op ontwikkel."
|
||||
"message": "✅ *Build is geslaagd!* Versie '"$VERSION"'-SNAPSHOT staat klaar op ontwikkel."
|
||||
}' \
|
||||
https://mattermost.melvanveen.nl/api/v4/posts
|
||||
|
||||
|
||||
4
.github/workflows/deploy-docker.yml
vendored
4
.github/workflows/deploy-docker.yml
vendored
@@ -4,10 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "docker-build-*"
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user