Skip to content

Commit

Permalink
fix container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Jul 22, 2024
1 parent ff481bc commit 4ec3fc1
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.7
ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8
```
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.7
image: ghcr.io/arista-netdevops-community/action-molecule-avd/action-molecule:v1.8

0 comments on commit 4ec3fc1

Please sign in to comment.