Skip to content

Commit

Permalink
fix docker build args
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oleynik committed Sep 19, 2024
1 parent f8bee5d commit 7a0ff95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-slurm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
with:
push: true
tags: scalableminds/slurmctl:${{ github.ref_name }}
build-args:
- SLURM_VERSION=${{ github.ref_name }}
build-args: |
SLURM_VERSION=${{ github.ref_name }}

0 comments on commit 7a0ff95

Please sign in to comment.