Skip to content

Commit

Permalink
Fix some errors for mainnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 24, 2024
1 parent 8814ed5 commit 738f63c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ jobs:
REGISTRY: ghcr.io
IMAGE_NAME: scrtlabs/secret-network-node
steps:
- name: Clean up space (workaround)
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
with:
submodules: recursive
Expand All @@ -150,7 +156,7 @@ jobs:
with:
file: deployment/dockerfiles/Dockerfile.2004
context: .
push: true
push: false
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:v${{ steps.get_version.outputs.VERSION }}
secrets: |
API_KEY=${{ secrets.API_KEY_MAINNET }}
Expand Down

0 comments on commit 738f63c

Please sign in to comment.