From 51e4d55e37d402b736aa866ce32f084b7b91fa71 Mon Sep 17 00:00:00 2001 From: veenm Date: Sat, 22 Mar 2025 18:08:28 +0100 Subject: [PATCH] pipeline fix v6 --- .github/workflows/deploy-docker-to-tst.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docker-to-tst.yml b/.github/workflows/deploy-docker-to-tst.yml index 0869de2..3030589 100644 --- a/.github/workflows/deploy-docker-to-tst.yml +++ b/.github/workflows/deploy-docker-to-tst.yml @@ -132,8 +132,8 @@ jobs: -e MAILER_HOST=${{ secrets.MAILER_HOST }} \ -e MAILER_PORT=${{ secrets.MAILER_PORT }} \ -e MAILER_USERNAME=${{ secrets.MAILER_USERNAME }} \ - -e MAILER_PASSWORD=${{ secrets.MAILER_PASSWORD }} \ - veenm/paypoint-backend-jvm:$VERSION-SNAPSHOT + -e MAILER_PASSWORD=${{ secrets.MAILER_PASSWORD }} \ + veenm/paypoint-backend-jvm:$VERSION # Opruimen oude images docker image prune -f @@ -147,6 +147,6 @@ jobs: -H 'Content-Type: application/json' \ -d '{ "channel_id": "9a8obynkd7rctk6qf8rfe6oppy", - "message": "@all ✅ *Build is geslaagd!* Versie '"$VERSION"'-SNAPSHOT staat klaar op https://test-paypoint.melvanveen.nl" + "message": "@all ✅ *Build is geslaagd!* Versie '"$VERSION"' staat klaar op https://test-paypoint.melvanveen.nl" }' \ https://mattermost.melvanveen.nl/api/v4/posts