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 authored and kellerkindt committed Mar 28, 2024
1 parent d8be6f3 commit 559dfb0
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 @@ -149,9 +149,9 @@ deploy-winslow-node:
- cd node
- docker pull nexus.itd-intern.de/winslow/component-html:$TAG
- docker pull nexus.itd-intern.de/winslow/component-server:$TAG
- 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 559dfb0

Please sign in to comment.