Skip to content

Commit f92faf0

Browse files
authored
Remove DockerHub auth from workflow (#719)
Temporarily remove DOCKERHUB credentials since they're not being passed to workflows. Containers are public, so auth isn't required. This unblocks dev work while we investigate the credentials issue.
1 parent 22856f4 commit f92faf0

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build-cloudberry.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
# - Aggregates status from all jobs
5959
# - Provides failure notifications if needed
6060
#
61-
# Required Secrets:
62-
# DOCKERHUB_USER: DockerHub username for container access
63-
# DOCKERHUB_TOKEN: DockerHub access token
64-
#
6561
# Resource Requirements:
6662
# - Disk: Minimum 20GB free space
6763
# - Memory: Minimum 8GB RAM
@@ -107,7 +103,6 @@
107103
# - Job execution reports (7 days retention)
108104
#
109105
# Dependencies:
110-
# - Docker Hub credentials for container access
111106
# - Cloudberry build scripts repository
112107
# - GitHub Actions artifacts for job communication
113108
#
@@ -140,8 +135,6 @@ permissions:
140135
actions: write
141136

142137
env:
143-
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
144-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
145138
LOG_RETENTION_DAYS: 7
146139

147140
jobs:
@@ -186,9 +179,6 @@ jobs:
186179

187180
container:
188181
image: apache/incubator-cloudberry:cbdb-build-rocky9-latest
189-
credentials:
190-
username: ${{ env.DOCKERHUB_USER }}
191-
password: ${{ env.DOCKERHUB_TOKEN }}
192182
options: >-
193183
--user root
194184
-h cdw
@@ -470,9 +460,6 @@ jobs:
470460

471461
container:
472462
image: apache/incubator-cloudberry:cbdb-test-rocky9-latest
473-
credentials:
474-
username: ${{ env.DOCKERHUB_USER }}
475-
password: ${{ env.DOCKERHUB_TOKEN }}
476463
options: >-
477464
--user root
478465
-h cdw
@@ -653,9 +640,6 @@ jobs:
653640

654641
container:
655642
image: apache/incubator-cloudberry:cbdb-build-rocky9-latest
656-
credentials:
657-
username: ${{ env.DOCKERHUB_USER }}
658-
password: ${{ env.DOCKERHUB_TOKEN }}
659643
options: >-
660644
--user root
661645
-h cdw

0 commit comments

Comments
 (0)