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

Update .gitlab-ci.yml file

parent 418c8247
No related branches found
No related tags found
No related merge requests found
......@@ -21,15 +21,15 @@ test docker:
script:
- docker buildx build
--push
--no-cache
--platform linux/amd64,linux/arm/v7,linux/arm64
--tag "$CI_REGISTRY_IMAGE:port-develop"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port-develop"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port-develop"
--file Dockerfile.port .
- docker buildx build
--push
--no-cache
--platform linux/amd64,linux/arm/v7,linux/arm64
--tag "$CI_REGISTRY_IMAGE:proxy-develop"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy-develop"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy-develop"
--file Dockerfile.proxy .
......@@ -77,18 +77,17 @@ build:
script:
- docker buildx build
--push
--no-cache
--platform linux/amd64,linux/arm/v7,linux/arm64
--tag "$CI_REGISTRY_IMAGE:port"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:port"
--file Dockerfile.port .
- docker buildx build
--push
--no-cache
--platform linux/amd64,linux/arm/v7,linux/arm64
--tag "$CI_REGISTRY_IMAGE:proxy"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy"
--tag "ghcr.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:proxy"
--tag "$CI_REGISTRY_IMAGE:latest"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:latest"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:latest"
--file Dockerfile.proxy .
......
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