Only build latest commit on branch for image (#23306)

lolsob-rspec
Nick Schonning 2023-01-29 21:07:19 -05:00 committed by GitHub
parent 6b0624261b
commit cc465a8b42
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ permissions:
jobs:
build-image:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0