Skip to content

Commit

Permalink
New version of container.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 12, 2022
1 parent d2c42ec commit c825fb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].7
uses: robertdebock/[email protected].8
```

NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role.
Expand All @@ -99,7 +99,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].7
uses: robertdebock/[email protected].8
with:
command: lint
test:
Expand All @@ -122,7 +122,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected].7
uses: robertdebock/[email protected].8
with:
image: "${{ matrix.image }}"
options: parallel
Expand All @@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern:
```yaml
# Stuff omitted.
- name: molecule
uses: robertdebock/[email protected].7
uses: robertdebock/[email protected].8
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:

runs:
using: docker
image: 'docker://robertdebock/github-action-molecule:4.0.6'
image: 'docker://robertdebock/github-action-molecule:4.0.7'
env:
ANSIBLE_ROLES_PATH: "../"
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
Expand Down

0 comments on commit c825fb5

Please sign in to comment.