Skip to content

Commit c4e9cd0

Browse files
committed
Add the setup-buildx-action and update build-push-action
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
1 parent 2981665 commit c4e9cd0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9+
- name: Set up Docker Buildx
10+
uses: docker/setup-buildx-action@v2
911
- name: Build
10-
uses: docker/build-push-action@v1
12+
uses: docker/build-push-action@v3
1113
with:
1214
push: false

0 commit comments

Comments
 (0)