Skip to content

Commit

Permalink
build: Add build-args to docker build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Feb 13, 2024
1 parent de93ef4 commit f1b4bf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
CAUSTICS_VERSION=${{ matrix.CAUSTICS_VERSION }}
CUDA_VERSION=${{ matrix.CUDA_VERSION }}
- name: Inspect Image
run: |
Expand All @@ -87,3 +90,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
build-args: |
CAUSTICS_VERSION=${{ matrix.CAUSTICS_VERSION }}
CUDA_VERSION=${{ matrix.CUDA_VERSION }}

0 comments on commit f1b4bf6

Please sign in to comment.