Skip to content

Commit

Permalink
rm sections for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed May 30, 2024
1 parent 142625b commit 664fbfa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ jobs:

- name: Setup docker buildx
uses: docker/setup-buildx-action@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
with:
aws-region: ${{ env.AWS_REGION }}
role-to-assume: ${{ env.AWS_ROLE }}
- name: Login to ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2
with:
registry-type: public

- name: Login to GitHub Container Registry
id: login-ghcr
Expand All @@ -73,7 +62,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ steps.login-ecr.outputs.registry }}/${{ github.repository }}
ghcr.io/${{ github.repository }}
flavor: |
latest=false
Expand Down

0 comments on commit 664fbfa

Please sign in to comment.