debug why gha cache is failing
This commit is contained in:
parent
97474de07e
commit
9b6b261c16
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: docker buildx create --use --driver=docker-container
|
||||
- run: |
|
||||
docker buildx build . \
|
||||
--build-arg SERVICE=${{ matrix.service }} \
|
||||
|
|
Loading…
Add table
Reference in a new issue