From 76f1a23fec89fa59b61767d507bd82325ae4833f Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 25 Nov 2025 19:35:07 -0800 Subject: [PATCH] fix docker login --- .github/workflows/container_foundationdb_version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container_foundationdb_version.yml b/.github/workflows/container_foundationdb_version.yml index 85acd9fc1..356992f52 100644 --- a/.github/workflows/container_foundationdb_version.yml +++ b/.github/workflows/container_foundationdb_version.yml @@ -132,6 +132,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub + if: github.event_name != 'pull_request' uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }}