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@v6.6.1
36
+ uses : docker/build-push-action@v6.9.0
37
37
with :
38
38
push : false
39
39
target : wordlists
Original file line number Diff line number Diff line change 65
65
password : ${{ secrets.GITHUB_TOKEN }}
66
66
67
67
- name : Build and Push
68
- uses : docker/build-push-action@v6.6.1
68
+ uses : docker/build-push-action@v6.9.0
69
69
with :
70
70
target : base
71
71
platforms : linux/amd64,linux/arm64
76
76
cache-to : type=gha,mode=max
77
77
78
78
- name : Build and Push
79
- uses : docker/build-push-action@v6.6.1
79
+ uses : docker/build-push-action@v6.9.0
80
80
with :
81
81
target : wordlists
82
82
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@v6.6.1
72
+ uses : docker/build-push-action@v6.9.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@v6.6.1
83
+ uses : docker/build-push-action@v6.9.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