[anza migration] ci: fix path (#8)

* ci: fix windows build

* ci: publish sdk docker image with the new name

* update automerge status
This commit is contained in:
Yihau Chen 2024-02-13 00:00:58 +08:00 committed by Will Hickey
parent f01ec82284
commit d2a4f0f5e6
3 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ jobs:
name: windows-artifact
path: windows-release/
windows-s3-upload:
windows-gcs-upload:
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
needs: [windows-build]
runs-on: ubuntu-20.04
@ -88,7 +88,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: windows-artifact
path: .windows-release/
path: ./windows-release
- name: Setup crediential
uses: "google-github-actions/auth@v2"

View File

@ -50,7 +50,7 @@ pull_request_rules:
- name: automatic merge (squash) on CI success
conditions:
- and:
- status-success=buildkite/solana
- status-success=buildkite/agave
- status-success=ci-gate
- label=automerge
- label!=no-automerge

View File

@ -29,7 +29,7 @@ cp -f ../../fetch-spl.sh usr/bin/
./fetch-spl.sh
)
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" .
docker build -t anzaxyz/agave:"$CHANNEL_OR_TAG" .
maybeEcho=
if [[ -z $CI ]]; then
@ -43,4 +43,4 @@ else
fi
)
fi
$maybeEcho docker push solanalabs/solana:"$CHANNEL_OR_TAG"
$maybeEcho docker push anzaxyz/agave:"$CHANNEL_OR_TAG"