We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce19b8 commit c9a47e3Copy full SHA for c9a47e3
1 file changed
.github/workflows/build.yml
@@ -17,13 +17,15 @@ jobs:
17
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18
- uses: actions/checkout@v2
19
20
- - name: Build and test the image
21
- run: ./tests.sh
+ # - name: Build and test the image
+ # run: ./tests.sh
22
23
- name: Set up Docker Buildx
24
id: buildx
25
uses: docker/setup-buildx-action@v1
26
-
+ with:
27
+ install: true
28
+
29
- name: Inspect builder
30
run: |
31
echo "Name: ${{ steps.buildx.outputs.name }}"
0 commit comments