Skip to content

Commit e3e4eb6

Browse files
committed
workflows: Support single docker image don't have two separate
1 parent 0b1f4eb commit e3e4eb6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docker-petsc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ permissions:
66
on:
77
push:
88
branches:
9-
# NOTE: specific to this branch, to be updated
10-
- petscsection # Push events on petscsection branch
9+
- petsc
10+
# will be dropped after merge into petsc branch
11+
- petscsection
1112

1213
jobs:
1314
build-and-push:
@@ -44,7 +45,7 @@ jobs:
4445
push: true
4546
platforms: linux/amd64
4647
tags: |
47-
devitocodes/devito-petsc:petscsection
48+
devitocodes/devito-petsc:latest
4849
build-args: |
4950
base=devitocodes/devito:gcc-dev-amd64
5051
PETSC_REPO=${{ env.PETSC_REPO }}

0 commit comments

Comments
 (0)