Skip to content

bump K8s to v1.22.17 (#91) #23

bump K8s to v1.22.17 (#91)

bump K8s to v1.22.17 (#91) #23

Workflow file for this run

name: release
on:
push:
branches:
- master
tags:
- v[0-9].[0-9]+.[0-9]+
jobs:
trigger:
runs-on: ubuntu-20.04
steps:
- name: Check out the repository
uses: actions/checkout@v1
- name: Trigger release job
run: |
sudo apt-get install -y python3
./hack/trigger-jenkins-job.py --token "${JENKINS_TRIGGER_TOKEN}" --build-ref "${BUILD_REF}"
env:
JENKINS_TRIGGER_TOKEN: ${{ secrets.JENKINS_TRIGGER_TOKEN }}
BUILD_REF: ${{ github.ref }}