Skip to content

Commit

Permalink
revert from legacy, to prevent false docker pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
staeff777 committed Jan 16, 2024
1 parent 25e6787 commit 901ed46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ deploy:
script:
# - ./build-docker-image.sh
- ls -lah .
- docker build . -t $DOCKER_REGISTRY_WINSLOW/winslow-legacy/component-server
- docker build . -t $DOCKER_REGISTRY_WINSLOW/winslow/component-server
- docker login -u $DOCKER_REGISTRY_WINSLOW_USERNAME -p $DOCKER_REGISTRY_WINSLOW_PASSWORD $DOCKER_REGISTRY_WINSLOW
- docker push $DOCKER_REGISTRY_WINSLOW/winslow-legacy/component-server
- docker push $DOCKER_REGISTRY_WINSLOW/winslow/component-server
dependencies:
- build

Expand Down

0 comments on commit 901ed46

Please sign in to comment.