Update deploy.yml

This commit is contained in:
2023-11-30 22:58:46 +03:00
committed by GitHub
parent ebdb7674dc
commit c075664ddd

View File

@@ -19,7 +19,7 @@ jobs:
deploy:
needs:
- build
runs-on: helm-deploy
runs-on: [arc-runner-set]
steps:
- run: docker login -u ${{ secrets.DOCKER_REGISTRY_USER }} -p ${{ secrets.DOCKER_REGISTRY_PASSWORD }} "${{ secrets.DOCKER_REGISTRY }}"
- run: |