Skip to content

Commit

Permalink
add buildx setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Nov 15, 2023
1 parent 4b6c4a5 commit 5834e3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 5834e3c

Please sign in to comment.