mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-05-12 00:20:03 +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:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
@ -106,6 +101,10 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
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
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user