We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fd9a4 commit 60b0979Copy full SHA for 60b0979
.github/workflows/docker.yaml
@@ -21,7 +21,7 @@ jobs:
21
uses: docker/build-push-action@v2
22
with:
23
push: true
24
- build-args: MS_DEISOTOPE_VERSION="${{ env.RELEASE_VERSION }}"
+ build-args: "MS_DEISOTOPE_VERSION=${{ env.RELEASE_VERSION }}"
25
tags: mobiusklein/ms_deisotope:latest,mobiusklein/ms_deisotope:${{ env.RELEASE_VERSION }}
26
context: ./docker
27
0 commit comments