This action helps by updating a service in the rancher 1.6.x environment.
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: sekassel-research/actions-rancher-update@1.1.4
with:
rancher_url: https://rancher.test.de
rancher_access: ${{ secrets.RANCHER_ACCESS }}
rancher_key: ${{ secrets.RANCHER_KEY }}
project_id: 1a5
stack_name: test-stack
service_name: test-service
docker_image: sekassel-research/test-image:latest