Skip to content

Commit

Permalink
Move TestEnvDockerfile to .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Dec 18, 2024
1 parent 2cd3cb1 commit 7d51573
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
if [ -f ~/docker-images/"${{ matrix.bash_docker_image }}-${{ matrix.sed }}" ]; then
docker load -i ~/docker-images/"${{ matrix.bash_docker_image }}-${{ matrix.sed }}"
else
docker build --tag testenv -f TestEnvDockerfile \
docker build --tag testenv -f .github/workflows/TestEnvDockerfile \
--build-arg "BASE_BASH_IMAGE=${{ matrix.bash_docker_image }}" \
--build-arg "SED_VERSION=${{ matrix.sed }}" \
.
Expand Down

0 comments on commit 7d51573

Please sign in to comment.