mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 08:58:33 +00:00
add debug flag to GHA buildx steps
This commit is contained in:
parent
d0ac5e3059
commit
a0ed8a27e9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/new-dev.yml
vendored
2
.github/workflows/new-dev.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Setup Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
buildkitd-flags: --debug
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue