mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-07 12:30:40 +02:00
ci: bump docker version
This commit is contained in:
parent
f0ff59fe55
commit
482b1d74c1
21
.github/workflows/ci.yml
vendored
21
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_VERSION: v24.0.9
|
DOCKER_VERSION: v27.3.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
@ -31,25 +31,17 @@ jobs:
|
|||||||
- macos-13
|
- macos-13
|
||||||
- windows-latest
|
- windows-latest
|
||||||
version:
|
version:
|
||||||
- pinned
|
- v27.3.1
|
||||||
- latest
|
|
||||||
- type=image,tag=27.3.1
|
- type=image,tag=27.3.1
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: ${{ env.DOCKER_VERSION }}
|
version: ${{ matrix.version }}
|
||||||
|
|
||||||
channel:
|
channel:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@ -69,7 +61,7 @@ jobs:
|
|||||||
name: Set up Docker
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: v24.0.0-rc.4
|
version: ${{ env.DOCKER_VERSION }}
|
||||||
channel: test
|
channel: test
|
||||||
|
|
||||||
daemon-config:
|
daemon-config:
|
||||||
@ -90,6 +82,7 @@ jobs:
|
|||||||
name: Set up Docker
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
version: ${{ env.DOCKER_VERSION }}
|
||||||
daemon-config: |
|
daemon-config: |
|
||||||
{
|
{
|
||||||
"debug": true,
|
"debug": true,
|
||||||
@ -133,6 +126,8 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Set up Docker
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
|
with:
|
||||||
|
version: ${{ env.DOCKER_VERSION }}
|
||||||
env:
|
env:
|
||||||
LIMA_START_ARGS: --cpus 4 --memory 8
|
LIMA_START_ARGS: --cpus 4 --memory 8
|
||||||
|
|
||||||
@ -252,6 +247,7 @@ jobs:
|
|||||||
name: Set up Docker
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
version: ${{ env.DOCKER_VERSION }}
|
||||||
set-host: true
|
set-host: true
|
||||||
-
|
-
|
||||||
name: List contexts
|
name: List contexts
|
||||||
@ -268,6 +264,7 @@ jobs:
|
|||||||
name: Set up Docker
|
name: Set up Docker
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
version: ${{ env.DOCKER_VERSION }}
|
||||||
rootless: true
|
rootless: true
|
||||||
-
|
-
|
||||||
name: List contexts
|
name: List contexts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user