Skip to content

Commit

Permalink
Tweaking workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoTextNow authored Dec 7, 2023
1 parent 409d1be commit 052ed9b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,9 @@ jobs:
- name: Pulling code
uses: actions/checkout@v2

- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.IAM_ROLE }}

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
uses: Enflick/composite-actions/actions/aws/[email protected]

- name: Preparing
id: prepare
Expand Down

0 comments on commit 052ed9b

Please sign in to comment.