mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Use newer version of Docker image.
This commit is contained in:
parent
a369d755fb
commit
da222d7eaa
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
image: robertdebock/github-action-molecule:2.6.6
|
image: robertdebock/github-action-molecule:3.0.6
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
@ -13,7 +13,7 @@ molecule:
|
||||||
- image=${image} tag=${tag} molecule test
|
- image=${image} tag=${tag} molecule test
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == "master"
|
- if: $CI_COMMIT_REF_NAME == "master"
|
||||||
retry: 2
|
retry: 1
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- image: "alpine"
|
- image: "alpine"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue