mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-05-12 18:59:13 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ac70c0d8e | |||
| 238eed5a34 | |||
| f6ea87cae1 | |||
| b7bb222773 |
@@ -32,7 +32,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
version:
|
||||
- ""
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -122,7 +122,7 @@ jobs:
|
||||
docker context inspect foo
|
||||
|
||||
lima-start-args:
|
||||
runs-on: macos-15-intel
|
||||
runs-on: macos-26-large
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
@@ -186,7 +186,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
@@ -282,7 +282,7 @@ jobs:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
@@ -333,7 +333,7 @@ jobs:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-15-intel
|
||||
- macos-26-large
|
||||
- windows-latest
|
||||
steps:
|
||||
-
|
||||
|
||||
+58
-58
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -218,7 +218,7 @@ Apache License
|
||||
|
||||
The following npm package may be included in this product:
|
||||
|
||||
- @docker/actions-toolkit@0.89.0
|
||||
- @docker/actions-toolkit@0.89.1
|
||||
|
||||
This package contains the following license:
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
"packageManager": "yarn@4.9.2",
|
||||
"dependencies": {
|
||||
"@actions/core": "^3.0.0",
|
||||
"@docker/actions-toolkit": "^0.89.0"
|
||||
"@docker/actions-toolkit": "^0.89.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.3",
|
||||
|
||||
@@ -421,9 +421,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@docker/actions-toolkit@npm:^0.89.0":
|
||||
version: 0.89.0
|
||||
resolution: "@docker/actions-toolkit@npm:0.89.0"
|
||||
"@docker/actions-toolkit@npm:^0.89.1":
|
||||
version: 0.89.1
|
||||
resolution: "@docker/actions-toolkit@npm:0.89.1"
|
||||
dependencies:
|
||||
"@actions/artifact": "npm:^6.2.1"
|
||||
"@actions/cache": "npm:^6.0.0"
|
||||
@@ -447,7 +447,7 @@ __metadata:
|
||||
semver: "npm:^7.7.4"
|
||||
tar-stream: "npm:^3.1.7"
|
||||
tmp: "npm:^0.2.5"
|
||||
checksum: 10/fd1faef4a5c6d0719a0de0dea270315e80cc5ae1b3c949b0888de55b57534312e1407619a49e22af2bd3f43326981fa477b06d861b49bbc9ad484fbf99df577f
|
||||
checksum: 10/6133dc2df69ffb757d26aac55a792f25adf0d186b9c0784b4cdb8e16dbb176ac2a620b9bb15242fa5f216dded55a98abb7e9718a1ee829d4a04907888f0f5fb1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2770,7 +2770,7 @@ __metadata:
|
||||
resolution: "docker-setup-docker@workspace:."
|
||||
dependencies:
|
||||
"@actions/core": "npm:^3.0.0"
|
||||
"@docker/actions-toolkit": "npm:^0.89.0"
|
||||
"@docker/actions-toolkit": "npm:^0.89.1"
|
||||
"@eslint/js": "npm:^9.39.3"
|
||||
"@types/node": "npm:^24.11.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.56.1"
|
||||
|
||||
Reference in New Issue
Block a user