Skip to content

gomod(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #224

gomod(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0

gomod(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #224

name: build-automated-approver
on:
pull_request_target:
types: [ opened, synchronize, reopened, ready_for_review ]
paths:
- "cmd/external-plugins/automated-approver/*.go"
- "cmd/external-plugins/automated-approver/Dockerfile"
- "pkg/**"
- "go.mod"
- "go.sum"
push:
branches:
- main
paths:
- "cmd/external-plugins/automated-approver/*.go"
- "cmd/external-plugins/automated-approver/Dockerfile"
- "pkg/**"
- "go.mod"
- "go.sum"
workflow_dispatch: {}
jobs:
build-image:
uses: ./.github/workflows/image-builder.yml
with:
name: automated-approver
dockerfile: cmd/external-plugins/automated-approver/Dockerfile
context: .
print-image:
runs-on: ubuntu-latest
needs: build-image
steps:
- name: Print image
run: echo "Image built ${{ needs.build-image.outputs.images }}"