Skip to content

Bump docker/setup-buildx-action from 2 to 3 #19

Bump docker/setup-buildx-action from 2 to 3

Bump docker/setup-buildx-action from 2 to 3 #19

# Copyright (c) 2023 Roberto Rossini (roberros@uio.no)
# SPDX-License-Identifier: MIT
name: Build cooler Dockerfile
on:
push:
branches: [ main ]
paths:
- ".github/workflows/build-cooler*dockerfile.yml"
- ".github/workflows/build-dockerfile.yml"
- "containers/cooler*.Dockerfile"
pull_request:
branches: [ main ]
paths:
- ".github/workflows/build-cooler*dockerfile.yml"
- ".github/workflows/build-dockerfile.yml"
- "containers/cooler*.Dockerfile"
jobs:
build-cooler-dockerfile:
name: Build cooler Dockerfile
uses: paulsengroup/2023-hictk-paper/.github/workflows/build-dockerfile.yml@main
with:
dockerfile-glob: "containers/cooler__*.Dockerfile"
permissions:
contents: read
packages: write