File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 96
96
CONTAINER_VERSION=amazonlinux:1
97
97
OS_TYPE=rpm_based
98
98
- name : Run Amazon 1
99
- uses : addnab/docker-run-action@v2
99
+ uses : addnab/docker-run-action@v3
100
100
with :
101
101
image : amazon-builder:${{ github.sha }}
102
102
run : /build.sh
@@ -115,7 +115,7 @@ jobs:
115
115
CONTAINER_VERSION=amazonlinux:2
116
116
OS_TYPE=rpm_based
117
117
- name : Run Amazon 2
118
- uses : addnab/docker-run-action@v2
118
+ uses : addnab/docker-run-action@v3
119
119
with :
120
120
image : amazon2-builder:${{ github.sha }}
121
121
run : /build.sh
@@ -134,7 +134,7 @@ jobs:
134
134
CONTAINER_VERSION=centos:7
135
135
OS_TYPE=rpm_based
136
136
- name : Run Centos 7
137
- uses : addnab/docker-run-action@v2
137
+ uses : addnab/docker-run-action@v3
138
138
with :
139
139
image : centos7-builder:${{ github.sha }}
140
140
run : /build.sh
@@ -153,7 +153,7 @@ jobs:
153
153
CONTAINER_VERSION=centos:8
154
154
OS_TYPE=rpm_based
155
155
- name : Run Centos 8
156
- uses : addnab/docker-run-action@v2
156
+ uses : addnab/docker-run-action@v3
157
157
with :
158
158
image : centos8-builder:${{ github.sha }}
159
159
run : /build.sh
@@ -171,7 +171,7 @@ jobs:
171
171
build-args : |
172
172
OS_TYPE=deb_based
173
173
- name : Run Debian
174
- uses : addnab/docker-run-action@v2
174
+ uses : addnab/docker-run-action@v3
175
175
with :
176
176
image : debian-builder:${{ github.sha }}
177
177
run : /build.sh
You can’t perform that action at this time.
0 commit comments