Skip to content

Commit

Permalink
Try build images
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Mar 6, 2025
1 parent 453214d commit 2b45dbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: "Setup Env"
uses: ./.github/actions/setup-env
- name: "Get AWS credentials"
if: ${{ steps.release.outputs.release_created }}
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
Expand All @@ -35,7 +34,6 @@ jobs:

- name: "Login to Amazon ECR Public"
id: login-ecr-public
if: ${{ steps.release.outputs.release_created }}
uses: aws-actions/amazon-ecr-login@v2
with:
registry-type: public
Expand Down

0 comments on commit 2b45dbb

Please sign in to comment.