diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 187c7ad..f659b38 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -3,7 +3,7 @@ name: "Changelog builder" on: push: branches: - - master + # - master - releases/* jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c0eb8..c6b7431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for action-molecule-avd +## v1.8.1 + +- Feat: fix action container image syntax by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/29 + ## v1.8 - Feat: move action-molecule container to GHRC by @ankudinov in https://github.com/arista-netdevops-community/action-molecule-avd/pull/24 diff --git a/README.md b/README.md index 2791900..b5aa136 100644 --- a/README.md +++ b/README.md @@ -137,5 +137,5 @@ docker run --rm -it \ -v ${PWD}:/root/ \ # Local content shared with container -v /var/run/docker.sock:/var/run/docker.sock \ # Docker process required by molecule --env-file dev.env \ # File with your variables - ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8 + ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8.1 ``` diff --git a/action.yml b/action.yml index 369afb5..735cdf1 100644 --- a/action.yml +++ b/action.yml @@ -95,4 +95,4 @@ inputs: runs: using: docker - image: ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8 + image: docker://ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8.1