We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b7792 + 1c40be2 commit f646633Copy full SHA for f646633
.github/workflows/ci-rootless.yml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/checkout@v5
50
- name: Setup rootless Docker
51
- uses: docker/setup-docker-action@v4
+ uses: docker/setup-docker-action@v5
52
with:
53
rootless: true
54
- uses: ./.github/actions/setup-build
.github/workflows/moby-latest.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install Stable Docker
34
id: setup_docker
35
36
37
version: ${{ matrix.version }}
38
channel: ${{ matrix.channel }}
0 commit comments