Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docker-multiarch
searx
Commits
c8970206
Commit
c8970206
authored
Aug 21, 2021
by
Micha Gläß-Stöcker
Browse files
fixed the docker tagging :|
parent
bf67f7f9
Pipeline
#7520
failed with stage
in 42 seconds
Changes
1
Pipelines
327
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8970206
...
...
@@ -33,7 +33,7 @@ build:
--build-arg TIMESTAMP_UWSGI="$(git log -1 --format="%cd" --date=unix -- dockerfiles/uwsgi.ini)"
--platform $BUILD_PLATFORMS
--push
-t
"{
$IMAGE_TAG
}
:$
{
SEARX_GIT_VERSION
}"
-t $IMAGE_TAG:$SEARX_GIT_VERSION
-t $CI_REGISTRY_IMAGE:latest
-t
"{
$D_IMAGE_TAG
}
:$
{
SEARX_GIT_VERSION
}"
-t $D_IMAGE_TAG:$SEARX_GIT_VERSION
-t $D_LATEST_TAG .
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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