Add Docker Buildx setup step to CI workflow
/ build (push) Failing after 28s
Details
/ build (push) Failing after 28s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
40f658a13e
commit
8460629d7f
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue