Skip to content

Commit

Permalink
Pin full-stack image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jun 23, 2024
1 parent b772189 commit 82b7bb3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- main
pull_request:

env:
FORCE_COLOR: 1

jobs:

pre-commit:
Expand Down Expand Up @@ -35,12 +38,13 @@ jobs:
strategy:
matrix:
tag: [latest]
image: ["docker.io/aiidalab/full-stack", "ghcr.io/ispg-group/atmospec"]
image: ["ghcr.io/aiidalab/full-stack", "ghcr.io/ispg-group/atmospec"]
browser: [Firefox, Chrome]
fail-fast: false
env:
IMAGE: ${{ matrix.image }}
TAG: ${{ matrix.tag }}
# Right now due to old AWB version we do not support the latest image with aiida-core=2.5.1
TAG: ${{ matrix.image == 'ghcr.io/aiidalab/full-stack' && 'aiida-2.4.3' || 'latest' }}

steps:

Expand Down

0 comments on commit 82b7bb3

Please sign in to comment.