Skip to content

Commit

Permalink
Update version to v21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 24, 2024
1 parent 8620e9a commit 42c5061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Run docker container
working-directory: ${{ env.BUILD_DIR_PATH }}
run: docker run --rm -e RELATIVE_PATH=${{ inputs.relative_path }} -e MAKE_TARGET=${{ inputs.make_target }} -e PACKAGE=${{ inputs.package }} -v "${{ env.BUILD_DIR_PATH }}:/inspector/home" ghcr.io/stellar-expert/soroban-build-workflow:v20.3.13
run: docker run --rm -e RELATIVE_PATH=${{ inputs.relative_path }} -e MAKE_TARGET=${{ inputs.make_target }} -e PACKAGE=${{ inputs.package }} -v "${{ env.BUILD_DIR_PATH }}:/inspector/home" ghcr.io/stellar-expert/soroban-build-workflow:v21.0.0

- name: Get compilation info
working-directory: ${{ env.BUILD_DIR_PATH }}
Expand Down

0 comments on commit 42c5061

Please sign in to comment.