aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-11-25 19:35:07 -0800
committerchrislu <chris.lu@gmail.com>2025-11-25 19:35:07 -0800
commit76f1a23fec89fa59b61767d507bd82325ae4833f (patch)
treea617c19aca9df3c119cca7d2ae937bc32a06be50
parentc156a130b7e1fbd8b63da3b24b494c9fbeb91d30 (diff)
downloadseaweedfs-76f1a23fec89fa59b61767d507bd82325ae4833f.tar.xz
seaweedfs-76f1a23fec89fa59b61767d507bd82325ae4833f.zip
fix docker login
-rw-r--r--.github/workflows/container_foundationdb_version.yml1
1 files changed, 1 insertions, 0 deletions
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 }}