From e62e1b07b5c2d3f90d2546e3140fe8371aff090d Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Thu, 4 Apr 2024 09:56:25 +0200 Subject: [PATCH] Revert changes in release pipeline (#922) --- .github/workflows/prep-release.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/prep-release.yaml b/.github/workflows/prep-release.yaml index 462d74c5..1217e142 100644 --- a/.github/workflows/prep-release.yaml +++ b/.github/workflows/prep-release.yaml @@ -59,13 +59,6 @@ jobs: - name: Build components run: ./scripts/build_components.sh -t $GITHUB_REF_NAME - # In case the build runs longer as 1h we need to refresh the token - - name: Login to Amazon ECR Public - id: login-ecr-public - uses: aws-actions/amazon-ecr-login@v2 - with: - registry-type: public - - name: Build data explorer run: ./scripts/build_explorer.sh -t $GITHUB_REF_NAME