Skip to content

Commit

Permalink
chore(actions): align CI with solanalabs image deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
theobolo committed Oct 25, 2024
1 parent f9d88a3 commit 7518af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
set -x
CI="" ./sdk/docker-solana/build.sh
docker tag solanalabs/solana:"${CI_TAG}" ghcr.io/kilnfi/jito-solana:"${CI_TAG}"
docker tag anzaxyz/agave:"${CI_TAG}" ghcr.io/kilnfi/jito-solana:"${CI_TAG}"
docker push ghcr.io/kilnfi/jito-solana:"${CI_TAG}"
env:
CI_TAG: ${{ github.event.release.name }}

0 comments on commit 7518af4

Please sign in to comment.