Bump paulsengroup/ci-docker-images/ubuntu-22.04-cxx-clang-17 from 20240126 to 20240318 in /containers #33
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 hic-tools Dockerfile | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/build-hic-tools*dockerfile.yml" | |
- ".github/workflows/build-dockerfile.yml" | |
- "containers/hic-tools*.Dockerfile" | |
- "utils/4dn_pairs_to_txt/**" | |
- "utils/CMakeLists.txt" | |
- "utils/conanfile.txt" | |
pull_request: | |
branches: [ main ] | |
paths: | |
- ".github/workflows/build-hic-tools*dockerfile.yml" | |
- ".github/workflows/build-dockerfile.yml" | |
- "containers/hic-tools*.Dockerfile" | |
- "utils/4dn_pairs_to_txt/**" | |
- "utils/CMakeLists.txt" | |
- "utils/conanfile.txt" | |
jobs: | |
build-hic-tools-dockerfile: | |
name: Build hic-tools Dockerfile | |
uses: paulsengroup/2023-hictk-paper/.github/workflows/build-dockerfile.yml@main | |
with: | |
dockerfile-glob: "containers/hic-tools__*.Dockerfile" | |
permissions: | |
contents: read | |
packages: write |