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