@@ -106,7 +106,7 @@ jobs:
106
106
build-args : |
107
107
CONTAINER_VERSION=amazonlinux:1
108
108
- name : Run Amazon 1
109
- uses : addnab/docker-run-action@v1
109
+ uses : addnab/docker-run-action@v2
110
110
with :
111
111
image : amazon-builder:${{ github.sha }}
112
112
run : /build.sh
@@ -124,7 +124,7 @@ jobs:
124
124
build-args : |
125
125
CONTAINER_VERSION=amazonlinux:2
126
126
- name : Run Amazon 2
127
- uses : addnab/docker-run-action@v1
127
+ uses : addnab/docker-run-action@v2
128
128
with :
129
129
image : amazon2-builder:${{ github.sha }}
130
130
run : /build.sh
@@ -142,7 +142,7 @@ jobs:
142
142
build-args : |
143
143
CONTAINER_VERSION=centos:7
144
144
- name : Run Centos 7
145
- uses : addnab/docker-run-action@v1
145
+ uses : addnab/docker-run-action@v2
146
146
with :
147
147
image : centos7-builder:${{ github.sha }}
148
148
run : /build.sh
@@ -161,7 +161,7 @@ jobs:
161
161
CONTAINER_VERSION=ubuntu:xenial
162
162
OS_VERSION=xenial
163
163
- name : Run Ubuntu Xenial
164
- uses : addnab/docker-run-action@v1
164
+ uses : addnab/docker-run-action@v2
165
165
with :
166
166
image : ubuntu-xenial-builder:${{ github.sha }}
167
167
run : /build.sh
@@ -180,7 +180,7 @@ jobs:
180
180
CONTAINER_VERSION=ubuntu:bionic
181
181
OS_VERSION=bionic
182
182
- name : Run Ubuntu Bionic
183
- uses : addnab/docker-run-action@v1
183
+ uses : addnab/docker-run-action@v2
184
184
with :
185
185
image : ubuntu-bionic-builder:${{ github.sha }}
186
186
run : /build.sh
@@ -199,7 +199,7 @@ jobs:
199
199
CONTAINER_VERSION=ubuntu:focal
200
200
OS_VERSION=focal
201
201
- name : Run Ubuntu Focal
202
- uses : addnab/docker-run-action@v1
202
+ uses : addnab/docker-run-action@v2
203
203
with :
204
204
image : ubuntu-focal-builder:${{ github.sha }}
205
205
run : /build.sh
@@ -218,7 +218,7 @@ jobs:
218
218
CONTAINER_VERSION=ubuntu:groovy
219
219
OS_VERSION=groovy
220
220
- name : Run Ubuntu Groovy
221
- uses : addnab/docker-run-action@v1
221
+ uses : addnab/docker-run-action@v2
222
222
with :
223
223
image : ubuntu-groovy-builder:${{ github.sha }}
224
224
run : /build.sh
0 commit comments