From f92faf0fb0437c9df590090faf0845125fe97f13 Mon Sep 17 00:00:00 2001 From: Ed Espino Date: Wed, 20 Nov 2024 02:58:00 -0800 Subject: [PATCH] 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. --- .github/workflows/build-cloudberry.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/build-cloudberry.yml b/.github/workflows/build-cloudberry.yml index 194bfede362..a0ee80ea46d 100644 --- a/.github/workflows/build-cloudberry.yml +++ b/.github/workflows/build-cloudberry.yml @@ -58,10 +58,6 @@ # - Aggregates status from all jobs # - Provides failure notifications if needed # -# Required Secrets: -# DOCKERHUB_USER: DockerHub username for container access -# DOCKERHUB_TOKEN: DockerHub access token -# # Resource Requirements: # - Disk: Minimum 20GB free space # - Memory: Minimum 8GB RAM @@ -107,7 +103,6 @@ # - Job execution reports (7 days retention) # # Dependencies: -# - Docker Hub credentials for container access # - Cloudberry build scripts repository # - GitHub Actions artifacts for job communication # @@ -140,8 +135,6 @@ permissions: actions: write env: - DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }} - DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} LOG_RETENTION_DAYS: 7 jobs: @@ -186,9 +179,6 @@ jobs: container: image: apache/incubator-cloudberry:cbdb-build-rocky9-latest - credentials: - username: ${{ env.DOCKERHUB_USER }} - password: ${{ env.DOCKERHUB_TOKEN }} options: >- --user root -h cdw @@ -470,9 +460,6 @@ jobs: container: image: apache/incubator-cloudberry:cbdb-test-rocky9-latest - credentials: - username: ${{ env.DOCKERHUB_USER }} - password: ${{ env.DOCKERHUB_TOKEN }} options: >- --user root -h cdw @@ -653,9 +640,6 @@ jobs: container: image: apache/incubator-cloudberry:cbdb-build-rocky9-latest - credentials: - username: ${{ env.DOCKERHUB_USER }} - password: ${{ env.DOCKERHUB_TOKEN }} options: >- --user root -h cdw