chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to v9.5-1734495538 #200
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: Source container build | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- .github/workflows/source-build.yaml | |
- source-container-build/** | |
pull_request: | |
branches: | |
- main | |
paths: | |
- .github/workflows/source-build.yaml | |
- source-container-build/** | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.11' | |
- name: Run checks | |
run: | | |
python3 -m pip install tox | |
cd ./source-container-build/app/ | |
tox | |
- name: Lint Dockerfile | |
uses: hadolint/[email protected] | |
with: | |
dockerfile: ./source-container-build/Dockerfile |