diff --git a/.github/actions/ci-action/Dockerfile b/.github/actions/ci-action/Dockerfile index f42673c..90585c1 100644 --- a/.github/actions/ci-action/Dockerfile +++ b/.github/actions/ci-action/Dockerfile @@ -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"] diff --git a/.github/actions/publish-action/Dockerfile b/.github/actions/publish-action/Dockerfile index f109af0..0e40d02 100644 --- a/.github/actions/publish-action/Dockerfile +++ b/.github/actions/publish-action/Dockerfile @@ -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"] diff --git a/.github/actions/release-major-action/Dockerfile b/.github/actions/release-major-action/Dockerfile index f42673c..90585c1 100644 --- a/.github/actions/release-major-action/Dockerfile +++ b/.github/actions/release-major-action/Dockerfile @@ -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"] diff --git a/.github/actions/release-minor-action/Dockerfile b/.github/actions/release-minor-action/Dockerfile index f42673c..90585c1 100644 --- a/.github/actions/release-minor-action/Dockerfile +++ b/.github/actions/release-minor-action/Dockerfile @@ -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"] diff --git a/.github/actions/release-patch-action/Dockerfile b/.github/actions/release-patch-action/Dockerfile index f42673c..90585c1 100644 --- a/.github/actions/release-patch-action/Dockerfile +++ b/.github/actions/release-patch-action/Dockerfile @@ -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"] diff --git a/CHANGELOG.md b/CHANGELOG.md index 8689674..2442265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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