Skip to content

Commit f7df8f9

Browse files
committed
setup docker
1 parent 80212c3 commit f7df8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
name: copy .tool-versions
3737
run: |
3838
cp /home/vscode/.tool-versions "$HOME/.tool-versions"
39+
sudo usermod -aG docker vscode
3940
4041
- &checkout
4142
name: Checkout code
@@ -226,7 +227,6 @@ jobs:
226227
id: normalized_docker_images
227228
env:
228229
DOCKER_IMAGES: ${{ inputs.docker_images }}
229-
shell: bash
230230
run: |
231231
if [ "${{ inputs.run_docker_scan }}" != "true" ]; then
232232
echo "Docker scanning disabled; emitting empty image list."

0 commit comments

Comments
 (0)