Merge pull request #436 from CrowdStrike/dependabot/go_modules/golang… #1425
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Container Build | |
on: | |
push: | |
branches: | |
- main | |
- 'maint-*' | |
paths-ignore: | |
- 'docs/**' | |
pull_request: | |
branches: | |
- main | |
- 'maint-*' | |
paths-ignore: | |
- 'docs/**' | |
jobs: | |
build: | |
name: Build image | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: "Build container: Manager" | |
run: | | |
docker build . | |
- name: "Build container: Bundle" | |
run: | | |
make bundle-build |