diff --git a/.gitea/workflows/merge-master-tag-deploy.yaml b/.gitea/workflows/merge-master-tag-deploy.yaml index dcaa1f7..ef903cf 100644 --- a/.gitea/workflows/merge-master-tag-deploy.yaml +++ b/.gitea/workflows/merge-master-tag-deploy.yaml @@ -55,7 +55,7 @@ jobs: - name: Build Docker container and put in gitea registry. run: | - echo "${{ secrets.action_token }}" | docker login gitea.dex -u dex --password-stdin + echo "${{ secrets.action_token }}" | docker login gitea.simplysyncedllc.com -u dex --password-stdin docker build -t gitea.simplysyncedllc.com/dex/kx3dex_radio:latest . docker push gitea.simplysyncedllc.com/dex/kx3dex_radio:latest