From 65d753fe4502d6b0a36a5a864be8c03526736752 Mon Sep 17 00:00:00 2001 From: pa Date: Mon, 22 Jul 2024 17:46:51 +0200 Subject: [PATCH] bump image tag --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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