Skip to content

Commit

Permalink
Merge pull request #11 from Cardinal-Cryptography/A0-2999
Browse files Browse the repository at this point in the history
A0-2999: Update all actions to run on node20
  • Loading branch information
Marcin-Radecki authored May 16, 2024
2 parents d4f4a95 + 8f30eb2 commit f6e06f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build docker image
run: |
docker build --tag github-actions-validator .
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_MAINNET_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_MAINNET_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit f6e06f4

Please sign in to comment.