We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2981665 commit c4e9cd0Copy full SHA for c4e9cd0
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,9 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
+ - name: Set up Docker Buildx
10
+ uses: docker/setup-buildx-action@v2
11
- name: Build
- uses: docker/build-push-action@v1
12
+ uses: docker/build-push-action@v3
13
with:
14
push: false
0 commit comments