Skip to content

Commit 6c7184b

Browse files
committed
Add buildx setup
1 parent ca3640b commit 6c7184b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/image.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
29+
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v3
2932

3033
- name: Get current date
3134
id: date

0 commit comments

Comments
 (0)