Bump paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17 from 20240126 to 20240306 in /containers #14
Workflow file for this run
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
# Copyright (c) 2023 Roberto Rossini (roberros@uio.no) | |
# SPDX-License-Identifier: MIT | |
name: Build straw-bench Dockerfile | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/build-straw-bench*dockerfile.yml" | |
- ".github/workflows/build-dockerfile.yml" | |
- "containers/straw-bench*.Dockerfile" | |
pull_request: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/build-straw-bench*dockerfile.yml" | |
- ".github/workflows/build-dockerfile.yml" | |
- "containers/straw-bench*.Dockerfile" | |
jobs: | |
build-straw-bench-dockerfile: | |
name: Build straw-bench Dockerfile | |
uses: paulsengroup/2023-hictk-paper/.github/workflows/build-dockerfile.yml@main | |
with: | |
dockerfile-glob: "containers/straw-bench__*.Dockerfile" | |
permissions: | |
contents: read | |
packages: write |