Skip to content

Commit 2d0f1ac

Browse files
committed
ci: update docker version
1 parent 5d64927 commit 2d0f1ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: "!contains(github.event.head_commit.message, 'skip-ci')"
2424
container:
25-
image: docker://bitcli/bit:latest-node-16.15.0
25+
image: docker://bitcli/bit:latest
2626
steps:
2727
- uses: teambit/[email protected]
2828
with:
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
if: "!contains(github.event.head_commit.message, 'skip-ci')"
110110
container:
111-
image: docker://bitcli/bit:latest-node-16.15.0
111+
image: docker://bitcli/bit:latest
112112
steps:
113113
- uses: teambit/[email protected]
114114
with:
@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ubuntu-latest
195195
if: "!contains(github.event.head_commit.message, 'skip-ci')"
196196
container:
197-
image: docker://bitcli/bit:latest-node-16.15.0
197+
image: docker://bitcli/bit:latest
198198
steps:
199199
- uses: teambit/[email protected]
200200
with:
@@ -279,7 +279,7 @@ jobs:
279279
runs-on: ubuntu-latest
280280
if: "!contains(github.event.head_commit.message, 'skip-ci')"
281281
container:
282-
image: docker://bitcli/bit:latest-node-16.15.0
282+
image: docker://bitcli/bit:latest
283283
steps:
284284
- uses: teambit/[email protected]
285285
with:
@@ -364,7 +364,7 @@ jobs:
364364
runs-on: ubuntu-latest
365365
if: "!contains(github.event.head_commit.message, 'skip-ci')"
366366
container:
367-
image: docker://bitcli/bit:latest-node-16.15.0
367+
image: docker://bitcli/bit:latest
368368
steps:
369369
- uses: teambit/[email protected]
370370
with:
@@ -450,7 +450,7 @@ jobs:
450450
runs-on: ubuntu-latest
451451
if: "!contains(github.event.head_commit.message, 'skip-ci')"
452452
container:
453-
image: docker://bitcli/bit:latest-node-16.15.0
453+
image: docker://bitcli/bit:latest
454454
steps:
455455
- uses: teambit/[email protected]
456456
with:

0 commit comments

Comments
 (0)