diff options
| author | chrislu <chris.lu@gmail.com> | 2024-06-24 17:14:59 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-06-24 17:14:59 -0700 |
| commit | 488a7dc4287bc2962e437d73ab258f3eabe34b64 (patch) | |
| tree | 7fadcd75e1872fa0dda0623b4920f0e0ca7ae85a /.github/workflows/container_release3.yml | |
| parent | ded761ffc580de65d98a7703e2094de8874b7659 (diff) | |
| parent | b40751112ecc3edfebef666ccb038e7b5d6b6dc8 (diff) | |
| download | seaweedfs-488a7dc4287bc2962e437d73ab258f3eabe34b64.tar.xz seaweedfs-488a7dc4287bc2962e437d73ab258f3eabe34b64.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/container_release3.yml')
| -rw-r--r-- | .github/workflows/container_release3.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release3.yml b/.github/workflows/container_release3.yml index 95eb0f634..4d7572ca5 100644 --- a/.github/workflows/container_release3.yml +++ b/.github/workflows/container_release3.yml @@ -48,7 +48,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v2 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
