actions-setup-docker icon indicating copy to clipboard operation
actions-setup-docker copied to clipboard

Set up your GitHub Actions workflow with a specific version(18.09,19.03,20.10,nightly) of Docker ON Linux/macOS

Results 15 actions-setup-docker issues
Sort by recently updated
recently updated
newest added

Here: https://github.com/docker-practice/actions-setup-docker/blob/fd7ecdac7caf8e2c541a48c9bcc280aae59a8461/lib/setup-docker.js#LL290C91-L290C91 The last `sudo` makes sure `cat` is run with root privileges but not the redirection of the output `>`. Reproduce: (run as non-root user) ```bash $ sudo echo...

Found issue from https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177. This workflow runs on macos-latest with logs ``` Run docker-practice/actions-setup-docker@master install docker /usr/local/bin/wget https://raw.githubusercontent.com/Homebrew/homebrew-cask/fe866ec0765de14[15](https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177#step:3:16)99745f03e215452db7f511b/Casks/docker.rb --2023-01-31 09:11:48-- https://raw.githubusercontent.com/Homebrew/homebrew-cask/fe866ec0765de141599745f03e215452db7f511b/Casks/docker.rb Resolving raw.githubusercontent.com (raw.githubusercontent.com)... [18](https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177#step:3:19)5.[19](https://github.com/davidkhala/ci-cd-utils/actions/runs/4052481071/jobs/6971959177#step:3:20)9.109.133, 185.199.111.133, 185.199.108.133, ... Connecting to...

When running a GitHub action such as: ```yaml jobs: my-job: runs-on: macos-latest : - name: install Docker uses: docker-practice/actions-setup-docker@master timeout-minutes: 12 : ``` Although the return is a "success", the...

Hi, and first of all, a great package! But just yesterday, I continuously get this error in the github actions pipeline: ``` Run docker-practice/actions-setup-docker@master check docker systemd status check docker...

It's failing in a very basic usage on Github Actions: ```yaml ... runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - uses: docker-practice/[email protected] timeout-minutes: 12 ... ``` Error logs: ![image](https://github.com/user-attachments/assets/6308f37c-35b4-4bbb-b758-972cda61c033)