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 573d77f commit c2ebadbCopy full SHA for c2ebadb
.github/workflows/build.yml
@@ -1266,7 +1266,7 @@ jobs:
1266
1267
- name: Hack to avoid docker buildx failures
1268
run: |
1269
- rm -rf cicd/vol/postgres/persist
+ sudo rm -rf cicd/vol/postgres/persist
1270
1271
- name: Push stackql image to Docker Hub
1272
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