Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ICESat2-SlideRule/sliderule-python …
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
jpswinski committed Jun 4, 2021
2 parents c5bd2a2 + 869568e commit 50f64a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/aws-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION_NAME }}
role-to-assume: github-actions-role
role-duration-seconds: 900

- name: Login to Amazon ECR
id: login-ecr
Expand All @@ -42,7 +44,7 @@ jobs:
id: build-image
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: pytmd
ECR_REPOSITORY: sliderule-python
IMAGE_TAG: ${{ github.sha }}
DOCKER_BUILDKIT: 1
run: |
Expand Down

0 comments on commit 50f64a9

Please sign in to comment.