Skip to content

Commit 573d77f

Browse files
docker-buildx-testing
1 parent 5be8907 commit 573d77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ jobs:
12661266

12671267
- name: Hack to avoid docker buildx failures
12681268
run: |
1269-
mkdir -p cicd/vol/postgres/persist
1269+
rm -rf cicd/vol/postgres/persist
12701270
12711271
- name: Push stackql image to Docker Hub
12721272
if: ${{ env.CI_SKIP_DOCKER_PUSH != 'true' && ( success() && github.ref_type == 'branch' && github.ref_name == 'main' && github.event_name == 'push' ) || ( success() && github.ref_type == 'tag' && startsWith(github.ref_name, 'build-release') ) }}

0 commit comments

Comments
 (0)