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:
|
||||
- docker:dind
|
||||
|
|
@ -13,7 +13,7 @@ molecule:
|
|||
- image=${image} tag=${tag} molecule test
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
retry: 2
|
||||
retry: 1
|
||||
parallel:
|
||||
matrix:
|
||||
- image: "alpine"
|
||||
|
|
|
|||
Loading…
Reference in a new issue