Skip to content

Commit

Permalink
fix(ci): GH action fixes (#6357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinTrinque authored May 1, 2024
1 parent baafaf5 commit d223dd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cleanup-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
runs-on: ubuntu-22.04
env:
APP_BUCKET_NAME: pr-${{ github.event.number }}.${{ matrix.app }}.previews.vega.rocks
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: 'eu-west-1'
steps:
- name: Delete ${{ matrix.app }} preview app
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
vegaprotocol/${{ matrix.app }}:${{ env.IS_MAINNET_RELEASE == 'true' && 'mainnet' || env.IS_TESTNET_RELEASE == 'true' && 'testnet' || '' }}
- name: Sanity check docker image
if: ${{ env.IS_IPFS_RELEASE == 'true' }}
run: |
echo "Check ipfs-hash"
docker run --rm vegaprotocol/${{ matrix.app }}:${{ github.sha }} /bin/sh -c 'cat /ipfs-hash'
Expand Down

0 comments on commit d223dd2

Please sign in to comment.