From: Timo Heister Date: Sun, 3 Jul 2022 23:05:20 +0000 (-0400) Subject: temp change to github actions for testing X-Git-Tag: v9.5.0-rc1~1111^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a963404065eb8be56507047c04d75fbd1bc2c634;p=dealii.git temp change to github actions for testing --- diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 554e1999fc..05310fc9cb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,7 +2,9 @@ name: github-docker on: push: - branches: [master] + branches: + - 'docker*' + - 'master' permissions: contents: read @@ -30,7 +32,7 @@ jobs: context: ./contrib/docker/ cache-from: type=registry,ref=dealii/dependencies:focal cache-to: type=inline - push: true + push: false tags: dealii/dealii:master-focal - name: Build and push Docker image of master with root user @@ -40,6 +42,6 @@ jobs: file: ./contrib/docker/Dockerfile.root cache-from: type=registry,ref=dealii/dealii:master-focal cache-to: type=inline - push: true + push: false tags: dealii/dealii:master-focal-root