diff --git a/.github/workflows/binder.yml b/.github/workflows/binder.yml index a8d7e0e..140e8b7 100644 --- a/.github/workflows/binder.yml +++ b/.github/workflows/binder.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'binder/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/binder # generate Docker tags based on the following events/attributes tags: | type=raw,value=binder @@ -56,4 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - \ No newline at end of file diff --git a/.github/workflows/buildbook.yml b/.github/workflows/buildbook.yml index abd3f5b..a2eaf29 100644 --- a/.github/workflows/buildbook.yml +++ b/.github/workflows/buildbook.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'buildbook/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/buildbook # generate Docker tags based on the following events/attributes tags: | type=raw,value=buildbook @@ -56,4 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - \ No newline at end of file diff --git a/.github/workflows/geocompy.yml b/.github/workflows/geocompy.yml index 5b9e503..2a552ea 100644 --- a/.github/workflows/geocompy.yml +++ b/.github/workflows/geocompy.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'geocompy/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/geocompy # generate Docker tags based on the following events/attributes tags: | type=raw,value=geocompy diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 52331bb..77a93b2 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - '.' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/latest # generate Docker tags based on the following events/attributes tags: | type=raw,value=latest diff --git a/.github/workflows/mamba-py.yml b/.github/workflows/mamba-py.yml index 2794c70..7f560af 100644 --- a/.github/workflows/mamba-py.yml +++ b/.github/workflows/mamba-py.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'mamba-py/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/mamba-py # generate Docker tags based on the following events/attributes tags: | type=raw,value=mamba-py diff --git a/.github/workflows/mamba-pyr.yml b/.github/workflows/mamba-pyr.yml index 83980e4..a2f0d88 100644 --- a/.github/workflows/mamba-pyr.yml +++ b/.github/workflows/mamba-pyr.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'mamba-pyr/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/mamba-pyr # generate Docker tags based on the following events/attributes tags: | type=raw,value=mamba-pyr diff --git a/.github/workflows/minimal.yml b/.github/workflows/minimal.yml index 12ebf7b..5176aae 100644 --- a/.github/workflows/minimal.yml +++ b/.github/workflows/minimal.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'minimal/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/minimal # generate Docker tags based on the following events/attributes tags: | type=raw,value=minimal @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - diff --git a/.github/workflows/osgeo.yml b/.github/workflows/osgeo.yml index 08a796f..1079dff 100644 --- a/.github/workflows/osgeo.yml +++ b/.github/workflows/osgeo.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'osgeo/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/osgeo # generate Docker tags based on the following events/attributes tags: | type=raw,value=osgeo diff --git a/.github/workflows/pixi-py.yml b/.github/workflows/pixi-py.yml index 697e11f..8320a8a 100644 --- a/.github/workflows/pixi-py.yml +++ b/.github/workflows/pixi-py.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'pixi-py/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/pixi-py # generate Docker tags based on the following events/attributes tags: | type=raw,value=pixi-py diff --git a/.github/workflows/pixi-r.yml b/.github/workflows/pixi-r.yml index d6ef0dd..bae9e12 100644 --- a/.github/workflows/pixi-r.yml +++ b/.github/workflows/pixi-r.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'pixi-r/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/pixi-r # generate Docker tags based on the following events/attributes tags: | type=raw,value=pixi-r @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - diff --git a/.github/workflows/pixi-rpy.yml b/.github/workflows/pixi-rpy.yml index 0430827..14d0808 100644 --- a/.github/workflows/pixi-rpy.yml +++ b/.github/workflows/pixi-rpy.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'pixi-rpy/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/pixi-rpy # generate Docker tags based on the following events/attributes tags: | type=raw,value=pixi-rpy @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ee1b2f2..e874f67 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'python/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/python # generate Docker tags based on the following events/attributes tags: | type=raw,value=python @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - diff --git a/.github/workflows/qgis.yml b/.github/workflows/qgis.yml index aa2c901..f81be99 100644 --- a/.github/workflows/qgis.yml +++ b/.github/workflows/qgis.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'qgis/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/qgis # generate Docker tags based on the following events/attributes tags: | type=raw,value=qgis @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - diff --git a/.github/workflows/quarto.yml b/.github/workflows/quarto.yml index ef16d13..ed0783b 100644 --- a/.github/workflows/quarto.yml +++ b/.github/workflows/quarto.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'quarto/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/quarto # generate Docker tags based on the following events/attributes tags: | type=raw,value=quarto @@ -56,4 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - \ No newline at end of file diff --git a/.github/workflows/rocker-rpy.yml b/.github/workflows/rocker-rpy.yml index 2a58c6e..76b78cf 100644 --- a/.github/workflows/rocker-rpy.yml +++ b/.github/workflows/rocker-rpy.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'rocker-rpy/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/rocker-rpy # generate Docker tags based on the following events/attributes tags: | type=raw,value=rocker-rpy @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - diff --git a/.github/workflows/rocker-rpyjl.yml b/.github/workflows/rocker-rpyjl.yml index 528fcca..1851c0f 100644 --- a/.github/workflows/rocker-rpyjl.yml +++ b/.github/workflows/rocker-rpyjl.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'rocker-rpyjl/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/rocker-rpyjl # generate Docker tags based on the following events/attributes tags: | type=raw,value=rocker-rpyjl diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4f916ec..65e64ca 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'rust/**' jobs: docker: @@ -25,7 +27,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/rust # generate Docker tags based on the following events/attributes tags: | type=raw,value=rust diff --git a/.github/workflows/suggests.yml b/.github/workflows/suggests.yml index 2b45124..7f6f4b3 100644 --- a/.github/workflows/suggests.yml +++ b/.github/workflows/suggests.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'suggests/**' jobs: docker: @@ -25,7 +27,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/suggests # generate Docker tags based on the following events/attributes tags: | type=raw,value=suggests diff --git a/.github/workflows/unzipped.yml b/.github/workflows/unzipped.yml index 094d226..32c451a 100644 --- a/.github/workflows/unzipped.yml +++ b/.github/workflows/unzipped.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'unzipped/**' jobs: docker: @@ -23,7 +25,7 @@ jobs: # list of Docker images to use as base name for tags images: | geocompr/geocompr - ghcr.io/geocompx/docker + ghcr.io/geocompx/unzipped # generate Docker tags based on the following events/attributes tags: | type=raw,value=unzipped @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - diff --git a/dockerfiles/tests/conda.yml b/dockerfiles/tests/conda.yml index f77c8f7..7a2385d 100644 --- a/dockerfiles/tests/conda.yml +++ b/dockerfiles/tests/conda.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'dockerfiles/tests/conda/**' jobs: docker: diff --git a/dockerfiles/tests/qgis-dev.yml b/dockerfiles/tests/qgis-dev.yml index a15ea7e..7620d77 100644 --- a/dockerfiles/tests/qgis-dev.yml +++ b/dockerfiles/tests/qgis-dev.yml @@ -7,6 +7,8 @@ on: branches: - 'master' - 'main' + paths: + - 'dockerfiles/tests/qgis-dev/**' jobs: docker: @@ -56,7 +58,3 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - -