File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Check file exists
26
26
run : |
Original file line number Diff line number Diff line change @@ -12,28 +12,28 @@ jobs:
12
12
steps :
13
13
-
14
14
name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
-
17
17
name : Set up Docker Buildx
18
18
uses : docker/setup-buildx-action@v2
19
19
-
20
20
name : Cache Docker layers
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
with :
23
23
path : /tmp/.buildx-cache
24
24
key : ${{ runner.os }}-buildx-iteration3-${{ github.sha }}
25
25
restore-keys : |
26
26
${{ runner.os }}-buildx-iteration3-
27
27
-
28
28
name : Login to Registry
29
- uses : docker/login-action@v2
29
+ uses : docker/login-action@v3
30
30
with :
31
31
registry : ghcr.io
32
32
username : ${{ github.repository_owner }}
33
33
password : ${{ secrets.GITHUB_TOKEN }}
34
34
-
35
35
name : Build and push
36
- uses : docker/build-push-action@v3
36
+ uses : docker/build-push-action@v5
37
37
with :
38
38
context : .
39
39
file : ./Dockerfile.multiarch
Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ jobs:
16
16
steps :
17
17
-
18
18
name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
-
21
21
name : Set up Docker Buildx
22
22
uses : docker/setup-buildx-action@v1
23
23
-
24
24
name : Cache Docker layers
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : /tmp/.buildx-cache
28
28
key : ${{ runner.os }}-buildx-iteration3-${{ github.sha }}
29
29
restore-keys : |
30
30
${{ runner.os }}-buildx-iteration3-
31
31
-
32
32
name : Build and push
33
- uses : docker/build-push-action@v3
33
+ uses : docker/build-push-action@v5
34
34
with :
35
35
context : .
36
36
file : ./Dockerfile.multiarch
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ Properties/*
2
2
config. * .json
3
3
.env
4
4
* .env
5
- .github /*
6
5
Lists /Private /*
7
6
Lists /Private
8
7
data /*
You can’t perform that action at this time.
0 commit comments