File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ permissions:
1414env :
1515 AWS_REGION : eu-central-1
1616 AWS_ROLE_ARN : arn:aws:iam::332405224602:role/ci
17- EARTHLY_VERSION : 0.7.6
1817 ECR_REGISTRY : 332405224602.dkr.ecr.eu-central-1.amazonaws.com
1918 TAG : ${{ github.sha }}
2019
@@ -25,19 +24,15 @@ jobs:
2524 env :
2625 FORCE_COLOR : 1
2726 steps :
27+ - uses : actions/checkout@v4
28+ with :
29+ fetch-depth : 0
2830 - name : Setup CI
2931 uses : input-output-hk/catalyst-ci/actions/setup@master
3032 with :
3133 aws_role_arn : ${{ env.AWS_ROLE_ARN }}
3234 aws_region : ${{ env.AWS_REGION }}
33- earthly_version : ${{ env.EARTHLY_VERSION }}
34- - name : Install Earthly
35- uses : earthly/actions/setup-earthly@v1
36- with :
37- version : v0.7.0
38- - uses : actions/checkout@v2
39- with :
40- fetch-depth : 0
35+ earthly_runner_secret : ${{ secrets.EARTHLY_RUNNER_SECRET }}
4136 - name : Login to ECR
4237 uses : docker/login-action@v2
4338 with :
You can’t perform that action at this time.
0 commit comments