Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 4, 2024
1 parent 6583d0b commit d0da49b
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ jobs:
version: latest
endpoint: builders

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: eu-west-1
role-to-assume: arn:aws:iam::593291632749:role/github-actions-management-ecr
role-duration-seconds: 1200
# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@v1
# with:
# aws-region: eu-west-1
# role-to-assume: arn:aws:iam::593291632749:role/github-actions-management-ecr
# role-duration-seconds: 1200

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
registries: 593291632749
# - name: Login to Amazon ECR
# id: login-ecr
# uses: aws-actions/amazon-ecr-login@v1
# with:
# registries: 593291632749

- name: Prep Tags
id: prep
Expand All @@ -64,8 +64,3 @@ jobs:
env:
NETWORK: default
IMAGE_TAG: ${{ steps.prep.outputs.tag }}

- name: Push image
run: make push
env:
IMAGE_TAG: ${{ steps.prep.outputs.tag }}

0 comments on commit d0da49b

Please sign in to comment.