This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 62f245da5 Releasey: adjust workflwo for Apache org level secrets
(#3647)
62f245da5 is described below
commit 62f245da5e1a1f75258a70719d7029b001f0ab1d
Author: Robert Stupp <[email protected]>
AuthorDate: Tue Feb 3 14:45:14 2026 +0100
Releasey: adjust workflwo for Apache org level secrets (#3647)
See reference
[INFRA-27430](https://issues.apache.org/jira/browse/INFRA-27430), requiring us
to use `DOCKERHUB_USER` + `DOCKERHUB_TOKEN` instead of `DOCKERHUB_USERNAME` +
`DOCKERHUB_TOKEN`.
---
.github/workflows/release-4-publish-release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-4-publish-release.yml
b/.github/workflows/release-4-publish-release.yml
index b004cc58b..e7b477a9b 100644
--- a/.github/workflows/release-4-publish-release.yml
+++ b/.github/workflows/release-4-publish-release.yml
@@ -273,7 +273,7 @@ jobs:
- name: Log in to Docker Hub
if: env.DRY_RUN == '0'
run: |
- echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login ghcr.io -u "${{
secrets.DOCKERHUB_USERNAME }}" --password-stdin
+ echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login ghcr.io -u "${{
secrets.DOCKERHUB_USER }}" --password-stdin
- name: Publish Polaris Server Docker image to Docker Hub
run: |