Skip to content

Commit d2a4f0f

Browse files
yihauwillhickey
authored andcommitted
[anza migration] ci: fix path (#8)
* ci: fix windows build * ci: publish sdk docker image with the new name * update automerge status
1 parent f01ec82 commit d2a4f0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
name: windows-artifact
8080
path: windows-release/
8181

82-
windows-s3-upload:
82+
windows-gcs-upload:
8383
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
8484
needs: [windows-build]
8585
runs-on: ubuntu-20.04
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/download-artifact@v3
8989
with:
9090
name: windows-artifact
91-
path: .windows-release/
91+
path: ./windows-release
9292

9393
- name: Setup crediential
9494
uses: "google-github-actions/auth@v2"

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pull_request_rules:
5050
- name: automatic merge (squash) on CI success
5151
conditions:
5252
- and:
53-
- status-success=buildkite/solana
53+
- status-success=buildkite/agave
5454
- status-success=ci-gate
5555
- label=automerge
5656
- label!=no-automerge

sdk/docker-solana/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cp -f ../../fetch-spl.sh usr/bin/
2929
./fetch-spl.sh
3030
)
3131

32-
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" .
32+
docker build -t anzaxyz/agave:"$CHANNEL_OR_TAG" .
3333

3434
maybeEcho=
3535
if [[ -z $CI ]]; then
@@ -43,4 +43,4 @@ else
4343
fi
4444
)
4545
fi
46-
$maybeEcho docker push solanalabs/solana:"$CHANNEL_OR_TAG"
46+
$maybeEcho docker push anzaxyz/agave:"$CHANNEL_OR_TAG"

0 commit comments

Comments
 (0)