Skip to content

Commit

Permalink
bump image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Jul 22, 2024
1 parent 6fe2a6a commit 65d753f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65d753f

Please sign in to comment.