diff options
| author | Takuya Yoshida <hawaiianphoto@geekhost.net> | 2023-02-05 14:03:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 14:03:26 +0900 |
| commit | 7df019db0e78bea409280481003bf6fdd599a0cf (patch) | |
| tree | 8bdc1941b06e92bbe10f224de09d51bec4da3e04 /.github/workflows | |
| parent | feat: timeline page for non-login users (#9795) (diff) | |
| download | sharkey-7df019db0e78bea409280481003bf6fdd599a0cf.tar.gz sharkey-7df019db0e78bea409280481003bf6fdd599a0cf.tar.bz2 sharkey-7df019db0e78bea409280481003bf6fdd599a0cf.zip | |
BuildX設定漏れ修正 (#9741)
* BuildX設定漏れ
* Update .github/workflows/docker-develop.yml
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
---------
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker-develop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker-develop.yml b/.github/workflows/docker-develop.yml index 63dc940e24..a999dc51e6 100644 --- a/.github/workflows/docker-develop.yml +++ b/.github/workflows/docker-develop.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v3.3.0 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2.3.0 - name: Docker meta id: meta uses: docker/metadata-action@v4 |