Skip to content

Commit 4ccd36e

Browse files
committed
chore: add Docker Buildx setup to workflow
- Integrated Docker Buildx setup step in docker-image-alpha.yml to enhance multi-platform build capabilities.
1 parent 2eb1f65 commit 4ccd36e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image-alpha.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

41+
- name: Set up Docker Buildx
42+
uses: docker/setup-buildx-action@v3
43+
4144
- name: Extract metadata (tags, labels) for Docker
4245
id: meta
4346
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)