Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 52a9127

Browse files
committed
fix: buildxのセットアップを追加
1 parent 0d58225 commit 52a9127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-staging.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
images: ghcr.io/twin-te/twinte-back
1919
tags: |
2020
dev
21+
- name: Set up Docker Buildx
22+
uses: docker/setup-buildx-action@v3
2123
- name: Login to GitHub Container Registry
2224
uses: docker/login-action@v2
2325
with:

0 commit comments

Comments
 (0)