Skip to content

Commit

Permalink
New version of GitHub Action and a new container for GitLab.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 14, 2022
1 parent ca97476 commit 6776ee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@4.0.6
uses: robertdebock/molecule-action@4.0.7
with:
command: lint
test:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/molecule-action@4.0.6
uses: robertdebock/molecule-action@4.0.7
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: "robertdebock/github-action-molecule:4.0.5"
image: "robertdebock/github-action-molecule:4.0.6"

services:
- docker:dind
Expand Down

0 comments on commit 6776ee0

Please sign in to comment.