Skip to content

Commit 60b0979

Browse files
committed
alter Docker build
1 parent 95fd9a4 commit 60b0979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: docker/build-push-action@v2
2222
with:
2323
push: true
24-
build-args: MS_DEISOTOPE_VERSION="${{ env.RELEASE_VERSION }}"
24+
build-args: "MS_DEISOTOPE_VERSION=${{ env.RELEASE_VERSION }}"
2525
tags: mobiusklein/ms_deisotope:latest,mobiusklein/ms_deisotope:${{ env.RELEASE_VERSION }}
2626
context: ./docker
2727

0 commit comments

Comments
 (0)