Skip to content

Commit

Permalink
Merge pull request #9 from systemli/fix_bug_in_image_selection
Browse files Browse the repository at this point in the history
Escape image value properly
  • Loading branch information
xshadow authored Jun 20, 2022
2 parents e479eb8 + ae9db4b commit 22cafa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
name: docker
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_DISTRO:-debian10}-ansible:latest
image: "geerlingguy/docker-\$\{MOLECULE_DISTRO:-debian10\}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
Expand Down

0 comments on commit 22cafa9

Please sign in to comment.