Skip to content

Commit

Permalink
fix: update repo path in gitlab ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailswift committed Jun 20, 2022
1 parent e2be2db commit 73724b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:

build-and-push-server:
variables:
KO_DOCKER_REPO: registry.gitlab.com/testifysec/witness-platform/archivist/archivist
KO_DOCKER_REPO: registry.gitlab.com/testifysec/judge-platform/archivist/archivist
stage: build
image:
name: registry.gitlab.com/testifysec/docker-images/ko:0.9.3
Expand All @@ -14,11 +14,11 @@ build-and-push-server:

build-and-push-client:
variables:
KO_DOCKER_REPO: registry.gitlab.com/testifysec/witness-platform/archivist/archivistctl
KO_DOCKER_REPO: registry.gitlab.com/testifysec/judge-platform/archivist/archivistctl
stage: build
image:
name: registry.gitlab.com/testifysec/docker-images/ko:0.9.3
entrypoint: [""]
script:
- ko auth login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
- ko publish --bare --tags ${CI_COMMIT_SHORT_SHA} ./cmd/archivistctl
- ko publish --bare --tags ${CI_COMMIT_SHORT_SHA} ./cmd/archivistctl

0 comments on commit 73724b6

Please sign in to comment.