Skip to content

Commit

Permalink
update the phala image build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Li authored and Freddy Li committed Sep 11, 2024
1 parent 1183263 commit 5f6a9c4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/phala-e2e-docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
name: Push Phala subbridge integrated E2E Docker image to GitHub Container Registry
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master # https://github.com/easimon/maximize-build-space
with:
root-reserve-mb: 4096
temp-reserve-mb: 1024
swap-size-mb: 8192
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"

- name: Check out the repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -52,16 +62,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Maximize build space
uses: easimon/maximize-build-space@master # https://github.com/easimon/maximize-build-space
with:
root-reserve-mb: 4096
temp-reserve-mb: 1024
swap-size-mb: 8192
remove-dotnet: "true"
remove-android: "true"
remove-haskell: "true"

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 5f6a9c4

Please sign in to comment.