Skip to content

Commit 1928734

Browse files
committed
Fix
1 parent b3fea6b commit 1928734

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-build-self-hosted.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4
12-
12+
- name: Set up Docker Buildx
13+
uses: docker/setup-buildx-action@v2
1314
- name: Build & Push
1415
uses: docker/build-push-action@v5
1516
with:

0 commit comments

Comments
 (0)