You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Rancher Update Service
1.1.2
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/[email protected]
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