mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-05-15 01:42:13 +02:00
ci: fix build-linux workflow
This commit is contained in:
parent
d1b108b3cc
commit
3ff7a3f336
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -92,11 +92,6 @@ jobs:
|
|||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
|
||||||
registry:
|
|
||||||
image: registry:2
|
|
||||||
ports:
|
|
||||||
- 5000:5000
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
@ -106,6 +101,10 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
version: ${{ env.DOCKER_VERSION }}
|
version: ${{ env.DOCKER_VERSION }}
|
||||||
|
-
|
||||||
|
name: Start registry
|
||||||
|
run: |
|
||||||
|
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@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user