⚙️ Push the webhooks Docker image

This commit is contained in:
Christian Mäder 2018-02-06 09:13:25 +01:00
parent 2d03bbe948
commit f0d4e49faf
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ after_success:
./build-branches.sh --push;
./build-latest.sh --push;
PRERELEASE=true ./build-latest.sh --push;
SRC_ORG=lampwins TAG=webhooks-backend ./build.sh "feature/webhooks-backend";
SRC_ORG=lampwins TAG=webhooks-backend ./build.sh "feature/webhooks-backend" --push;
fi
notifications: