Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit e6dc368

Browse files
committed
Revert "Switch to GitHub-hosted runner with OIDC authentication"
This reverts commit 5fe7b04.
1 parent 5fe7b04 commit e6dc368

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ env:
2424
jobs:
2525
build-and-publish:
2626
name: Build and Publish Grafana Quickwit Image
27-
runs-on: ubuntu-latest
28-
permissions:
29-
id-token: write
30-
contents: read
27+
runs-on: gha-runner-ecr-publish
3128
outputs:
3229
githash: ${{ steps.metadata.outputs.githash }}
3330
image_tag: ${{ steps.metadata.outputs.image_tag }}
@@ -38,12 +35,6 @@ jobs:
3835
with:
3936
fetch-depth: 0
4037

41-
- name: Configure AWS credentials
42-
uses: aws-actions/configure-aws-credentials@v4
43-
with:
44-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
45-
aws-region: ${{ env.AWS_REGION_MGT }}
46-
4738
- name: Generate metadata
4839
id: metadata
4940
run: |

0 commit comments

Comments
 (0)