We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619ac35 commit e62e1b0Copy full SHA for e62e1b0
.github/workflows/prep-release.yaml
@@ -59,13 +59,6 @@ jobs:
59
- name: Build components
60
run: ./scripts/build_components.sh -t $GITHUB_REF_NAME
61
62
- # In case the build runs longer as 1h we need to refresh the token
63
- - name: Login to Amazon ECR Public
64
- id: login-ecr-public
65
- uses: aws-actions/amazon-ecr-login@v2
66
- with:
67
- registry-type: public
68
-
69
- name: Build data explorer
70
run: ./scripts/build_explorer.sh -t $GITHUB_REF_NAME
71
0 commit comments