From c825fb59f69e12e44a211995c31953df6cbc1074 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 12 May 2022 13:08:48 +0200 Subject: [PATCH] New version of container. --- README.md | 8 ++++---- action.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52011f6..62137fc 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.7 + uses: robertdebock/molecule-action@4.0.8 ``` NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role. @@ -99,7 +99,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.7 + uses: robertdebock/molecule-action@4.0.8 with: command: lint test: @@ -122,7 +122,7 @@ jobs: with: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.7 + uses: robertdebock/molecule-action@4.0.8 with: image: "${{ matrix.image }}" options: parallel @@ -136,7 +136,7 @@ You can enable Molecule debugging by using this pattern: ```yaml # Stuff omitted. - name: molecule - uses: robertdebock/molecule-action@4.0.7 + uses: robertdebock/molecule-action@4.0.8 with: image: ${{ matrix.config.image }} tag: ${{ matrix.config.tag }} diff --git a/action.yml b/action.yml index 1b703b2..d29009c 100644 --- a/action.yml +++ b/action.yml @@ -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"