Skip to content

Commit 17d9d95

Browse files
committed
skip tests on release build: issue with emulator and buildx, tests will run in other steps [skip ci]
1 parent 02e0846 commit 17d9d95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ jobs:
8787

8888
- name: setup buildx
8989
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
9390

9491
- name: login to registry
9592
uses: docker/login-action@v2
@@ -105,6 +102,7 @@ jobs:
105102
build-args: |
106103
BRANCH=${{ github.ref-name }}
107104
COMMIT=${{ steps.short-sha.outputs.sha }}
105+
SKIP_TESTS=true
108106
platforms: |
109107
linux/amd64
110108
linux/arm64

0 commit comments

Comments
 (0)