Skip to content

Commit 8ccbbe5

Browse files
committed
feat: add Docker Buildx setup step to deployment workflow
1 parent 2631787 commit 8ccbbe5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636

37+
- name: Set up Docker Buildx
38+
uses: docker/setup-buildx-action@v3
39+
3740
- name: Log in to GHCR
3841
uses: docker/login-action@v3
3942
with:

0 commit comments

Comments
 (0)