diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6eda2479..c3b35e62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 }} \ No newline at end of file