Skip to content

Add support for EKS Go 1.22 and deprecate EKS Go 1.19 #73

Add support for EKS Go 1.22 and deprecate EKS Go 1.19

Add support for EKS Go 1.22 and deprecate EKS Go 1.19 #73

name: builder-baseimage-pr-notifier
on:
pull_request_target:
types: [opened]
jobs:
baseimage-pr-notifier:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.title, 'Update builder-base image') }}
steps:
- run: curl -X POST $SLACK_WEBHOOK
env:
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}