File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
uses : e1himself/goss-installation-action@v1.2.1
34
34
35
35
- name : Build the Docker image
36
- uses : docker/build-push-action@v4 .1.1
36
+ uses : docker/build-push-action@v5 .1.0
37
37
with :
38
38
push : false
39
39
target : wordlists
Original file line number Diff line number Diff line change 64
64
password : ${{ secrets.GITHUB_TOKEN }}
65
65
66
66
- name : Build and Push
67
- uses : docker/build-push-action@v4 .1.1
67
+ uses : docker/build-push-action@v5 .1.0
68
68
with :
69
69
target : base
70
70
platforms : linux/amd64,linux/arm64
75
75
cache-to : type=gha,mode=max
76
76
77
77
- name : Build and Push
78
- uses : docker/build-push-action@v4 .1.1
78
+ uses : docker/build-push-action@v5 .1.0
79
79
with :
80
80
target : wordlists
81
81
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 69
69
password : ${{ secrets.GITHUB_TOKEN }}
70
70
71
71
- name : Build and Push
72
- uses : docker/build-push-action@v4 .1.1
72
+ uses : docker/build-push-action@v5 .1.0
73
73
with :
74
74
target : base
75
75
platforms : linux/amd64,linux/arm64
80
80
cache-to : type=gha,mode=max
81
81
82
82
- name : Build and Push
83
- uses : docker/build-push-action@v4 .1.1
83
+ uses : docker/build-push-action@v5 .1.0
84
84
with :
85
85
target : wordlists
86
86
platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments