Skip to content

Commit

Permalink
fix issue in release of CI (kkrt-labs#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 authored Mar 13, 2024
1 parent df05b69 commit 1c6aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kakarot_rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
mkdir -p ./bin/${{ matrix.platform }}
mv target/${{ matrix.target }}/release/kakarot-rpc ./bin/${{ matrix.platform }}/kakarot-rpc
docker buildx build --file ./docker/rpc/Dockerfile.cross . \
--platform linux/${{ matrix.target }} \
--platform linux/${{ matrix.platform }} \
--tag ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }} --tag ${{ env.REGISTRY_IMAGE }}:latest --push

0 comments on commit 1c6aad0

Please sign in to comment.