Skip to content

Commit

Permalink
Update Github Action Publish Docker image to
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 4, 2024
1 parent 86d5d71 commit bfd64f2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 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.2.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.2.0
FROM shinesolutions/aem-platform-buildenv:4.0.1
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh", "$PUPPETFORGE_TOKEN"]
2 changes: 1 addition & 1 deletion .github/actions/release-major-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:3.2.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/release-minor-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:3.2.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/release-patch-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM shinesolutions/aem-platform-buildenv:3.2.0
FROM shinesolutions/aem-platform-buildenv:4.0.1
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added new AEM profile: aem65_sp18 #RS-193

### Changed
- Update Github Action Publish Docker image to `shinesolutions/aem-platform-buildenv:4.0.1`

### Fixed
- Fix intermittent reset password failure #283

Expand Down

0 comments on commit bfd64f2

Please sign in to comment.