diff --git a/.github/workflows/Deploy-docker.yml b/.github/workflows/Deploy-docker.yml index 4b50837..fbbd0fa 100644 --- a/.github/workflows/Deploy-docker.yml +++ b/.github/workflows/Deploy-docker.yml @@ -22,7 +22,7 @@ jobs: run: docker compose build - name: Docker push run: | - docker login docker.kleinwizard.nl -u Darius -p ${{ secrets.DOCKER_PASSWORD }} + docker login docker.dariusklein.nl -u Darius -p ${{ secrets.DOCKER_PASSWORD }} docker push docker.dariusklein.nl/portfolio-api:latest