Skip to content

Commit

Permalink
Check default Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Jun 4, 2024
1 parent ede645a commit 7d1b56e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/moby-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-build

- name: Remove default Docker
run: sudo apt-get remove docker docker-engine docker.io containerd runc

- name: Install Latest Docker
run: curl https://get.docker.com | CHANNEL=test sh
#
# - name: Install Latest Docker
# run: curl https://get.docker.com | CHANNEL=test sh

- name: Check Docker version
run: docker --version
run: docker version

- name: Build with Gradle
run: ./gradlew --no-daemon --continue --scan testcontainers:test --tests '*GenericContainerRuleTest'
Expand Down

0 comments on commit 7d1b56e

Please sign in to comment.