We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e0846 commit 17d9d95Copy full SHA for 17d9d95
.github/workflows/release.yaml
@@ -87,9 +87,6 @@ jobs:
87
88
- name: setup buildx
89
uses: docker/setup-buildx-action@v2
90
- with:
91
- # v0.11.2 https://github.com/docker/buildx/issues/1986 - multiple failed to solve: process "/bin/sh" errors
92
- version: v0.11.1
93
94
- name: login to registry
95
uses: docker/login-action@v2
@@ -105,6 +102,7 @@ jobs:
105
102
build-args: |
106
103
BRANCH=${{ github.ref-name }}
107
104
COMMIT=${{ steps.short-sha.outputs.sha }}
+ SKIP_TESTS=true
108
platforms: |
109
linux/amd64
110
linux/arm64
0 commit comments