Skip to content

Commit ecb325a

Browse files
committed
update agoric sdk version
1 parent a4824e1 commit ecb325a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/agoric.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Extract SDK version
5454
run: |
5555
cd agoric-sdk
56-
echo "SDK_VERSION=57" >> $GITHUB_ENV
56+
echo "SDK_VERSION=61" >> $GITHUB_ENV
5757
cd ..
5858
5959
- name: Manually pull the base Docker image
@@ -63,9 +63,9 @@ jobs:
6363
6464
- name: Build and push agoric Docker image
6565
run: |
66-
./heighliner build -c agoric-imported --git-ref ${{ env.SDK_VERSION }}
66+
./heighliner build -c agoric-imported --git-ref ${{ env.VERSION }}
6767
6868
- name: Tag and push Docker image
6969
run: |
70-
docker tag agoric-imported:${{ env.SDK_VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
70+
docker tag agoric-imported:${{ env.VERSION }} ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
7171
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}

0 commit comments

Comments
 (0)