Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SWA
Botolution
Platform
Commits
f1a9514a
Commit
f1a9514a
authored
Mar 01, 2022
by
Patrick Stalljohann
Browse files
Merge branch 'master' into 'release'
Master See merge request swa1/coding-challenge/platform!129
parents
7dcbfc3b
7f22889f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f1a9514a
...
...
@@ -147,7 +147,7 @@ publish-connecters-release:
variables
:
IMAGE_TAG
:
latest
script
:
-
docker buildx build -t $IMAGE_PREFIX/signalbot:$IMAGE_TAG -f BotSignal/Dockerfile --platform linux/arm64,linux/amd64 --push .
-
docker buildx build -t $IMAGE_PREFIX/signal
r
bot:$IMAGE_TAG -f BotSignal/Dockerfile --platform linux/arm64,linux/amd64 --push .
-
docker buildx build -t $IMAGE_PREFIX/signalrgui:$IMAGE_TAG -f GuiSignal/Dockerfile --platform linux/arm64,linux/amd64 --push .
only
:
-
release
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment