This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 73e5ecf SLING-11714 - Multi-arch support for Docker images
73e5ecf is described below
commit 73e5ecffcd49f74bfb926e3625c78fb9f98cdae4
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Apr 13 00:03:17 2023 +0300
SLING-11714 - Multi-arch support for Docker images
Remove invalid property 'repo-token'
---
.github/workflows/docker-push.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/docker-push.yml
b/.github/workflows/docker-push.yml
index 62412aa..489bb92 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -28,8 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with: