Skip to content

Commit

Permalink
fix: multiple build args
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 24, 2024
1 parent 860c519 commit 7350a96
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 @@ -39,6 +39,6 @@ jobs:

- name: ♻️ Publish Images
run: |
docker buildx build --tag vienna-builder --build-arg VTK="${{ matrix.vtk || 'False' }}" PYTHON="${{ matrix.python || 'False' }}" --load .
docker buildx build --tag vienna-builder --build-arg VTK="${{ matrix.vtk || '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 7350a96

Please sign in to comment.