This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch feature/SLING-13253-site-update-fixes
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
omit 34b037a SLING-13253 - update-local-site: fix problems found running
the website update
add b620106 SLING-13289 - Push Sling Committer CLI image to DockerHub
add 11622d9 Merge branch 'master' into issue/SLING-13289
add 185fa1d spotless fix
add 76c0616 Run tests during the docker build + push action
add 22de43d switch adopt to temurin
add e07bf76 docker push hardening: lock down permissions, add concurrency
control
add 9b4de6f update maven plugin lifecycle:
add 2276fec maven invocation cleanup: remove unnneded goals/parameters
add 209fa69 Merge pull request #41 from apache/issue/SLING-13289
add 2d5b7e9 SLING-13253 - update-local-site: fix problems found running
the website update
add a6afb9a SLING-13253 - update-local-site: two problems found reviewing
the branch
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (34b037a)
\
N -- N -- N refs/heads/feature/SLING-13253-site-update-fixes
(a6afb9a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/docker-push.yml | 56 +++++++++++++++++++++
README.md | 30 +++++------
pom.xml | 14 +++++-
.../cli/impl/release/UpdateLocalSiteCommand.java | 58 ++++++++++++++++------
.../impl/release/UpdateLocalSiteCommandTest.java | 54 ++++++++++++++++++++
5 files changed, 179 insertions(+), 33 deletions(-)
create mode 100644 .github/workflows/docker-push.yml