Browse Source

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

pull/1325/head
Nick Schonning 3 years ago committed by GitHub
parent
commit
56d1af753d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/build-image.yml

5
.github/workflows/build-image.yml

@ -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

Loading…
Cancel
Save