fixing url
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build and push multi-arch image
|
||||
uses: ivanch/pipeline-actions/build-and-push@main
|
||||
uses: https://git.ivanch.me/ivanch/pipeline-actions/build-and-push@main
|
||||
with:
|
||||
image: ${{ env.IMAGE }}
|
||||
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
needs: build_transmission_manager
|
||||
steps:
|
||||
- name: Rollout restart deployment
|
||||
uses: ivanch/pipeline-actions/deploy-restart@main
|
||||
uses: https://git.ivanch.me/ivanch/pipeline-actions/deploy-restart@main
|
||||
with:
|
||||
kube_config: ${{ secrets.KUBE_CONFIG }}
|
||||
deployment_name: transmission-manager
|
||||
|
||||
Reference in New Issue
Block a user