Use newer version of Docker image.

This commit is contained in:
Robert de Bock 2021-02-19 17:28:25 +01:00
parent a369d755fb
commit da222d7eaa

View file

@ -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"