Skip to content
Snippets Groups Projects
Unverified Commit 7df019db authored by Takuya Yoshida's avatar Takuya Yoshida Committed by GitHub
Browse files

BuildX設定漏れ修正 (#9741)


* BuildX設定漏れ

* Update .github/workflows/docker-develop.yml

Co-authored-by: default avatarMasaya Suzuki <15100604+massongit@users.noreply.github.com>

---------

Co-authored-by: default avatarMasaya Suzuki <15100604+massongit@users.noreply.github.com>
parent 04f92bd6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment