Skip to content

Commit

Permalink
ci: set aws creds
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jul 4, 2023
1 parent 05bc777 commit 505808d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ runs:
password: ${{ inputs.dockerhub_token }}
if: ${{ inputs.dockerhub_token != '' }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-west-1

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
Expand Down

0 comments on commit 505808d

Please sign in to comment.