mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-09-03 04:45:20 -05:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5d64dec84 |
@@ -163,7 +163,7 @@ jobs:
|
|||||||
docker run -d -p 5000:5000 --restart=always --name registry registry:2
|
docker run -d -p 5000:5000 --restart=always --name registry registry:2
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
with:
|
with:
|
||||||
driver: docker
|
driver: docker
|
||||||
driver-opts: network=host
|
driver-opts: network=host
|
||||||
@@ -202,7 +202,7 @@ jobs:
|
|||||||
docker run -d -p 5000:5000 --restart=always --name registry registry:2
|
docker run -d -p 5000:5000 --restart=always --name registry registry:2
|
||||||
-
|
-
|
||||||
name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
with:
|
with:
|
||||||
driver: docker
|
driver: docker
|
||||||
driver-opts: network=host
|
driver-opts: network=host
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -10,7 +10,7 @@ import {Install as UndockInstall} from '@docker/actions-toolkit/lib/undock/insta
|
|||||||
import * as context from './context.js';
|
import * as context from './context.js';
|
||||||
import * as stateHelper from './state-helper.js';
|
import * as stateHelper from './state-helper.js';
|
||||||
|
|
||||||
const regctlDefaultVersion = 'v0.11.5';
|
const regctlDefaultVersion = 'v0.11.6';
|
||||||
const undockDefaultVersion = 'v0.14.0';
|
const undockDefaultVersion = 'v0.14.0';
|
||||||
|
|
||||||
actionsToolkit.run(
|
actionsToolkit.run(
|
||||||
|
|||||||
Reference in New Issue
Block a user