Skip to content

Commit

Permalink
ci: fix build-linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 26, 2023
1 parent ff0fd56 commit ccf4607
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ jobs:
build-linux:
runs-on: ubuntu-latest
services:
registry:
image: registry:2
ports:
- 5000:5000
steps:
-
name: Checkout
Expand All @@ -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
Expand Down

0 comments on commit ccf4607

Please sign in to comment.