From 4ec3fc191f544ff4c0c6e55e4d574502880b373b Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 22 Jul 2024 10:50:54 +0200 Subject: [PATCH] fix container tag --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84249f5..2791900 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.7 + ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8 ``` diff --git a/action.yml b/action.yml index abd9766..369afb5 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.7 + image: ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8