Skip to content

Commit

Permalink
Add the setup-buildx-action and update build-push-action
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Irwin <[email protected]>
  • Loading branch information
mikesir87 committed Dec 22, 2022
1 parent 2981665 commit c4e9cd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v1
uses: docker/build-push-action@v3
with:
push: false

0 comments on commit c4e9cd0

Please sign in to comment.