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:
14
14
env :
15
15
AWS_REGION : eu-central-1
16
16
AWS_ROLE_ARN : arn:aws:iam::332405224602:role/ci
17
- EARTHLY_VERSION : 0.7.6
18
17
ECR_REGISTRY : 332405224602.dkr.ecr.eu-central-1.amazonaws.com
19
18
TAG : ${{ github.sha }}
20
19
@@ -25,19 +24,15 @@ jobs:
25
24
env :
26
25
FORCE_COLOR : 1
27
26
steps :
27
+ - uses : actions/checkout@v4
28
+ with :
29
+ fetch-depth : 0
28
30
- name : Setup CI
29
31
uses : input-output-hk/catalyst-ci/actions/setup@master
30
32
with :
31
33
aws_role_arn : ${{ env.AWS_ROLE_ARN }}
32
34
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 }}
41
36
- name : Login to ECR
42
37
uses : docker/login-action@v2
43
38
with :
You can’t perform that action at this time.
0 commit comments