Skip to content

Commit

Permalink
~ is not resolved in double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Dec 17, 2024
1 parent 612cc98 commit f983b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Load or build docker image
run: |
if [ -f "~/docker-images/${{ matrix.bash_docker_image }}-${{ matrix.sed }}" ]; then
docker load -i "~/docker-images/${{ matrix.bash_docker_image }}-${{ matrix.sed }}"
docker load -i ~/docker-images/"${{ matrix.bash_docker_image }}-${{ matrix.sed }}"
else
docker build --tag testenv -f TestEnvDockerfile \
--build-arg "BASE_BASH_IMAGE=${{ matrix.bash_docker_image }}" \
Expand Down

0 comments on commit f983b1c

Please sign in to comment.