Skip to content

Commit

Permalink
Set up Docker Buildx
Browse files Browse the repository at this point in the history
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
  • Loading branch information
yellow-shine committed Nov 30, 2023
1 parent 549ce11 commit f4dd70e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit f4dd70e

Please sign in to comment.