Skip to content

Commit

Permalink
Update Github Action workflows to
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 31, 2024
1 parent ae121db commit e7541ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ci-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:3.1.0
FROM shinesolutions/aem-platform-buildenv:4.0.1
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion .github/actions/publish-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:3.1.0
FROM shinesolutions/aem-platform-buildenv:4.0.1
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh", "$PUPPETFORGE_TOKEN"]
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Upgrade ruby_aem to 3.17.0
- Update Github Action workflows to `shinesolutions/aem-platform-buildenv:4.0.1`

## [7.10.2] - 2023-08-16
### Fixed
Expand Down

0 comments on commit e7541ec

Please sign in to comment.