test-image-build.yml 357 B

123456789101112131415
  1. name: Test container image build
  2. on:
  3. pull_request:
  4. permissions:
  5. contents: read
  6. jobs:
  7. build-image:
  8. concurrency:
  9. group: ${{ github.workflow }}-${{ github.ref }}
  10. cancel-in-progress: true
  11. uses: ./.github/workflows/build-container-image.yml
  12. with:
  13. platforms: linux/amd64 # Testing only on native platform so it is performant