New version of GitHub Action and a new container for GitLab.

This commit is contained in:
Robert de Bock 2022-02-14 09:47:44 +01:00
parent 5a7385c84d
commit 04777093a3
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ jobs:
with: with:
path: "${{ github.repository }}" path: "${{ github.repository }}"
- name: molecule - name: molecule
uses: robertdebock/molecule-action@4.0.6 uses: robertdebock/molecule-action@4.0.7
with: with:
command: lint command: lint
test: test:
@ -63,7 +63,7 @@ jobs:
- name: parse apparmor for mysql - name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule - name: molecule
uses: robertdebock/molecule-action@4.0.6 uses: robertdebock/molecule-action@4.0.7
with: with:
image: ${{ matrix.config.image }} image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }} tag: ${{ matrix.config.tag }}

View file

@ -1,5 +1,5 @@
--- ---
image: "robertdebock/github-action-molecule:4.0.5" image: "robertdebock/github-action-molecule:4.0.6"
services: services:
- docker:dind - docker:dind