Skip to content

Commit

Permalink
ci: bump docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 25, 2024
1 parent f0ff59f commit 482b1d7
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
pull_request:

env:
DOCKER_VERSION: v24.0.9
DOCKER_VERSION: v27.3.1

jobs:
main:
Expand All @@ -31,25 +31,17 @@ jobs:
- macos-13
- windows-latest
version:
- pinned
- latest
- v27.3.1
- type=image,tag=27.3.1
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set version
shell: bash
run: |
if [ "${{ matrix.version }}" != "pinned" ]; then
echo "DOCKER_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
fi
-
name: Set up Docker
uses: ./
with:
version: ${{ env.DOCKER_VERSION }}
version: ${{ matrix.version }}

channel:
runs-on: ${{ matrix.os }}
Expand All @@ -69,7 +61,7 @@ jobs:
name: Set up Docker
uses: ./
with:
version: v24.0.0-rc.4
version: ${{ env.DOCKER_VERSION }}
channel: test

daemon-config:
Expand All @@ -90,6 +82,7 @@ jobs:
name: Set up Docker
uses: ./
with:
version: ${{ env.DOCKER_VERSION }}
daemon-config: |
{
"debug": true,
Expand Down Expand Up @@ -133,6 +126,8 @@ jobs:
-
name: Set up Docker
uses: ./
with:
version: ${{ env.DOCKER_VERSION }}
env:
LIMA_START_ARGS: --cpus 4 --memory 8

Expand Down Expand Up @@ -252,6 +247,7 @@ jobs:
name: Set up Docker
uses: ./
with:
version: ${{ env.DOCKER_VERSION }}
set-host: true
-
name: List contexts
Expand All @@ -268,6 +264,7 @@ jobs:
name: Set up Docker
uses: ./
with:
version: ${{ env.DOCKER_VERSION }}
rootless: true
-
name: List contexts
Expand Down

0 comments on commit 482b1d7

Please sign in to comment.