Skip to content

Commit

Permalink
test the CI - separate each steps for mor visibility on the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlavv committed Nov 15, 2024
1 parent 127cc4a commit 6634d1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
install: true

- name: Create and use builder
run: |
docker buildx create --use --name mybuilder --driver docker-container
docker buildx inspect mybuilder --bootstrap
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6634d1a

Please sign in to comment.