Skip to content

Commit

Permalink
alter Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed May 2, 2021
1 parent 95fd9a4 commit 60b0979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
build-args: MS_DEISOTOPE_VERSION="${{ env.RELEASE_VERSION }}"
build-args: "MS_DEISOTOPE_VERSION=${{ env.RELEASE_VERSION }}"
tags: mobiusklein/ms_deisotope:latest,mobiusklein/ms_deisotope:${{ env.RELEASE_VERSION }}
context: ./docker

0 comments on commit 60b0979

Please sign in to comment.