Skip to content

Commit 32fd787

Browse files
chore: remove unused AWS references from Docker publish workflow (#230)
1 parent df62af7 commit 32fd787

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/publish-docker.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ env:
1616
registry: ghcr.io
1717

1818
permissions:
19-
id-token: write
2019
contents: write
2120
packages: write
22-
attestations: write
2321

2422
jobs:
2523
publish:
@@ -43,13 +41,6 @@ jobs:
4341
username: ${{ github.actor }}
4442
password: ${{ secrets.GITHUB_TOKEN }}
4543

46-
- name: Configure AWS credentials
47-
uses: aws-actions/configure-aws-credentials@v4
48-
with:
49-
aws-region: ${{ secrets.AWS_REGION }}
50-
role-to-assume: ${{ secrets.AWS_ROLE }}
51-
role-session-name: GithubActionsSession
52-
5344
- name: Set up Docker Buildx
5445
uses: docker/setup-buildx-action@v3
5546
with:
@@ -71,6 +62,3 @@ jobs:
7162
labels: ${{ steps.meta.outputs.labels }}
7263
file: ./Dockerfile
7364
tags: ${{ env.registry }}/0xmiden/miden-faucet:${{ env.version }}
74-
cache-from: type=s3,region=${{ secrets.AWS_REGION }},bucket=${{ secrets.AWS_CACHE_BUCKET }},name=miden-faucet
75-
cache-to: type=s3,region=${{ secrets.AWS_REGION }},bucket=${{ secrets.AWS_CACHE_BUCKET }},name=miden-faucet,mode=max
76-

0 commit comments

Comments
 (0)