Skip to content

Commit

Permalink
fixing paths for mlst (#1159)
Browse files Browse the repository at this point in the history
* fixing paths for mlst

* fixed / typo
  • Loading branch information
erinyoung authored Dec 27, 2024
1 parent 7b7a178 commit eecb15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_mlst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
version=2.23.0
echo "version=$version" >> $GITHUB_OUTPUT
file=mlst/2.23.0-2024-03/Dockerfile
file=build-files/mlst/2.23.0-2024-03/Dockerfile
ls $file
echo "file=$file" >> $GITHUB_OUTPUT
Expand All @@ -40,7 +40,7 @@ jobs:
id: docker_build_to_test
uses: docker/build-push-action@v5
with:
context: mlst/${{ steps.latest_version.outputs.version }}
context: build-files/mlst/${{ steps.latest_version.outputs.version }}
target: test
load: true
push: false
Expand Down

0 comments on commit eecb15f

Please sign in to comment.