Skip to content

Commit

Permalink
fix(ci): container names
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jun 9, 2024
1 parent b768526 commit 9b14eb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
include:
- os: ubuntu-latest
config: Release
container: ghcr.io/viennatools/vienna-builder:vtk
container: ghcr.io/viennatools/vienna-builder:suite
- os: ubuntu-latest
config: Debug
container: ghcr.io/viennatools/vienna-builder:vtk
container: ghcr.io/viennatools/vienna-builder:suite

runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
check-coding-style:
runs-on: ubuntu-latest
container: ghcr.io/viennatools/vienna-builder:vtk-python
container: ghcr.io/viennatools/vienna-builder:suite-python

steps:
- name: 📥 Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
container: ghcr.io/viennatools/vienna-builder:vtk-python
container: ghcr.io/viennatools/vienna-builder:suite-python
- os: windows-latest
- os: macos-latest

Expand Down

0 comments on commit 9b14eb4

Please sign in to comment.