File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 77 branches : [main, master]
88 paths :
99 - helpers/helm/**
10- - helpers/hpc-mutating-webhook/**
11- - helpers/hyper-v-mutating-webhook/**
1210 pull_request :
1311 branches : [main, master]
1412 paths :
1513 - helpers/helm/**
16- - helpers/hpc-mutating-webhook/**
17- - helpers/hyper-v-mutating-webhook/**
1814 - .github/workflows/helm-chart-validation.yaml
1915 workflow_dispatch :
2016
Original file line number Diff line number Diff line change 3737 echo "Both webhook images built successfully!"
3838
3939 - name : Build and push webhook images to registry
40- if : ${{ github.event_name == 'push ' }}
40+ if : ${{ github.event_name != 'pull_request ' }}
4141 run : |
4242 echo "Building and pushing both webhook images to registry..."
4343 echo "${{ secrets.DOCKER_SECRET }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
You can’t perform that action at this time.
0 commit comments