Skip to content

Commit

Permalink
No quotes in build args
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 20, 2024
1 parent d22fe27 commit 7ff5719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ jobs:
no-cache: true
push: false
build-args: |
base_image="${{ env.BASE_IMAGE }}"
build_image="rust:${{ env.RUST_IMAGE_TAG }}-slim-bullseye"
base_image=${{ env.BASE_IMAGE }}
build_image=rust:${{ env.RUST_IMAGE_TAG }}-slim-bullseye

0 comments on commit 7ff5719

Please sign in to comment.