Skip to content

Commit

Permalink
fix: suite check
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jun 9, 2024
1 parent 6543ac0 commit a4e5f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:

- name: ♻️ Publish Images
run: |
docker buildx build --tag vienna-builder --build-arg SUITE="${{ matrix.vtk || 'False' }}" --build-arg PYTHON="${{ matrix.python || 'False' }}" --load .
docker buildx build --tag vienna-builder --build-arg SUITE="${{ matrix.suite || 'False' }}" --build-arg PYTHON="${{ matrix.python || 'False' }}" --load .
docker image tag vienna-builder ghcr.io/viennatools/vienna-builder:${{ matrix.name }}
docker push ghcr.io/viennatools/vienna-builder:${{ matrix.name }}

0 comments on commit a4e5f02

Please sign in to comment.