Skip to content

Commit 48b1959

Browse files
authored
Use ubuntu-latest for pr-command
I assume that ubuntu-slim does not support docker. https://github.com/mixxxdj/mixxx/actions/runs/29245885835/job/86802569935 ``` /usr/bin/docker build -t 791f9f:fcd590132f0b4bbe948d033bcffe5e81 -f "/home/runner/work/_actions/daschuer/softfix/v4/Dockerfile" "/home/runner/work/_actions/daschuer/softfix/v4" ERROR: failed to connect to the docker API at unix:///var/run/docker.sock; check if the path is correct and if the daemon is running: dial unix /var/run/docker.sock: connect: no such file or directory Warning: Docker build failed with exit code 1, back off 7.415 seconds before retry. /usr/bin/docker build -t 791f9f:fcd590132f0b4bbe948d033bcffe5e81 -f "/home/runner/work/_actions/daschuer/softfix/v4/Dockerfile" "/home/runner/work/_actions/daschuer/softfix/v4" ``` This is a regression fix since: mixxxdj#16659
1 parent 530428a commit 48b1959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
softfix:
88
name: Softfix action
99
if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/softfix')
10-
runs-on: ubuntu-slim
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check if commenter is maintainer
1313
id: check-maintainer

0 commit comments

Comments
 (0)