We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1f4eb commit e3e4eb6Copy full SHA for e3e4eb6
1 file changed
.github/workflows/docker-petsc.yml
@@ -6,8 +6,9 @@ permissions:
6
on:
7
push:
8
branches:
9
- # NOTE: specific to this branch, to be updated
10
- - petscsection # Push events on petscsection branch
+ - petsc
+ # will be dropped after merge into petsc branch
11
+ - petscsection
12
13
jobs:
14
build-and-push:
@@ -44,7 +45,7 @@ jobs:
44
45
push: true
46
platforms: linux/amd64
47
tags: |
- devitocodes/devito-petsc:petscsection
48
+ devitocodes/devito-petsc:latest
49
build-args: |
50
base=devitocodes/devito:gcc-dev-amd64
51
PETSC_REPO=${{ env.PETSC_REPO }}
0 commit comments