Skip to content

Commit 9de9fe1

Browse files
committed
ci: add Docker Buildx setup to workflow
Set up Docker Buildx to enable advanced build features and multi-platform image building capabilities in the CI pipeline.
1 parent b70e6e8 commit 9de9fe1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
username: ${{ github.actor }}
4343
password: ${{ secrets.GITHUB_TOKEN }}
4444

45+
- name: Set up Docker Buildx
46+
uses: docker/setup-buildx-action@v3
47+
4548
- name: Extract metadata (tags, labels)
4649
id: meta
4750
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)