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.
run
1 parent 98479ad commit 704dc38Copy full SHA for 704dc38
.github/actions/shared-build-steps/action.yml
@@ -23,6 +23,7 @@ runs:
23
platforms: amd64,arm64
24
25
- name: Free disk space 🧹
26
+ shell: bash
27
run: |
28
sudo swapoff -a
29
sudo rm -f /swapfile
.github/workflows/main.yml
@@ -26,7 +26,6 @@ jobs:
- uses: ./.github/actions/shared-build-steps
with:
- shell: bash
30
dockerhub_user: ${{ secrets.DOCKERHUB_USER }}
31
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
32
runner_os: ${{ runner.os }}
@@ -64,7 +63,6 @@ jobs:
64
63
65
66
67
68
69
70
0 commit comments