Skip to content

Commit

Permalink
Merge pull request #29 from ankudinov/bump_to_1.8.1
Browse files Browse the repository at this point in the history
Fix: fix action container image syntax
  • Loading branch information
ankudinov authored Jul 22, 2024
2 parents 4e63a57 + 5ddd1bb commit 2e5135f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Changelog builder"
on:
push:
branches:
- master
# - master
- releases/*

jobs:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 2e5135f

Please sign in to comment.