Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarleviCm committed May 2, 2024
1 parent 0bc0c87 commit 57013bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
# Install the specific version of Docker
sudo apt-get update
sudo apt-get install -y docker-ce=<VERSION_STRING> docker-ce-cli=<VERSION_STRING> containerd.io
sudo apt-get install -y docker-ce=<VERSION_STRING> docker-ce-cli=26.0.1 containerd.io
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /usr/local/bin/docker
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Test docker
if: inputs.dev == false
run: |
Expand Down

0 comments on commit 57013bc

Please sign in to comment.