Skip to content

Commit 1c2fd2c

Browse files
Bump addnab/docker-run-action from v1 to v2 (#62)
Bumps [addnab/docker-run-action](https://github.com/addnab/docker-run-action) from v1 to v2. - [Release notes](https://github.com/addnab/docker-run-action/releases) - [Changelog](https://github.com/addnab/docker-run-action/blob/main/RELEASES.md) - [Commits](addnab/docker-run-action@v1...4d955dc) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1055ed commit 1c2fd2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
build-args: |
107107
CONTAINER_VERSION=amazonlinux:1
108108
- name: Run Amazon 1
109-
uses: addnab/docker-run-action@v1
109+
uses: addnab/docker-run-action@v2
110110
with:
111111
image: amazon-builder:${{ github.sha }}
112112
run: /build.sh
@@ -124,7 +124,7 @@ jobs:
124124
build-args: |
125125
CONTAINER_VERSION=amazonlinux:2
126126
- name: Run Amazon 2
127-
uses: addnab/docker-run-action@v1
127+
uses: addnab/docker-run-action@v2
128128
with:
129129
image: amazon2-builder:${{ github.sha }}
130130
run: /build.sh
@@ -142,7 +142,7 @@ jobs:
142142
build-args: |
143143
CONTAINER_VERSION=centos:7
144144
- name: Run Centos 7
145-
uses: addnab/docker-run-action@v1
145+
uses: addnab/docker-run-action@v2
146146
with:
147147
image: centos7-builder:${{ github.sha }}
148148
run: /build.sh
@@ -161,7 +161,7 @@ jobs:
161161
CONTAINER_VERSION=ubuntu:xenial
162162
OS_VERSION=xenial
163163
- name: Run Ubuntu Xenial
164-
uses: addnab/docker-run-action@v1
164+
uses: addnab/docker-run-action@v2
165165
with:
166166
image: ubuntu-xenial-builder:${{ github.sha }}
167167
run: /build.sh
@@ -180,7 +180,7 @@ jobs:
180180
CONTAINER_VERSION=ubuntu:bionic
181181
OS_VERSION=bionic
182182
- name: Run Ubuntu Bionic
183-
uses: addnab/docker-run-action@v1
183+
uses: addnab/docker-run-action@v2
184184
with:
185185
image: ubuntu-bionic-builder:${{ github.sha }}
186186
run: /build.sh
@@ -199,7 +199,7 @@ jobs:
199199
CONTAINER_VERSION=ubuntu:focal
200200
OS_VERSION=focal
201201
- name: Run Ubuntu Focal
202-
uses: addnab/docker-run-action@v1
202+
uses: addnab/docker-run-action@v2
203203
with:
204204
image: ubuntu-focal-builder:${{ github.sha }}
205205
run: /build.sh
@@ -218,7 +218,7 @@ jobs:
218218
CONTAINER_VERSION=ubuntu:groovy
219219
OS_VERSION=groovy
220220
- name: Run Ubuntu Groovy
221-
uses: addnab/docker-run-action@v1
221+
uses: addnab/docker-run-action@v2
222222
with:
223223
image: ubuntu-groovy-builder:${{ github.sha }}
224224
run: /build.sh

0 commit comments

Comments
 (0)