Skip to content
Snippets Groups Projects
Commit 07de82c8 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent c775d869
No related branches found
No related tags found
No related merge requests found
......@@ -23,15 +23,15 @@ test docker:
--push
--no-cache
--platform linux/amd64,linux/arm64
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port-develop"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port-develop"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port-develop-$CI_COMMIT_SHORT_SHA"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port-develop-$CI_COMMIT_SHORT_SHA"
--file Dockerfile.port .
- docker buildx build
--push
--no-cache
--platform linux/amd64,linux/arm64
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy-develop"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy-develop"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy-develop-$CI_COMMIT_SHORT_SHA"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy-develop-$CI_COMMIT_SHORT_SHA"
--file Dockerfile.proxy .
except:
refs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment