diff options
| author | chrislu <chris.lu@gmail.com> | 2023-01-16 12:47:06 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-01-16 12:47:06 -0800 |
| commit | 59c8308b2109aa85136512da337dcda285817e7e (patch) | |
| tree | c7180a3e62d0729d21100e97e6a7ae1aac05f79d /.github/workflows/container_release4.yml | |
| parent | 48f263be94dafdd960c5d11c00aed92dd8d7bbe9 (diff) | |
| parent | 805faac7534756e564ef265341f8d72b33476c54 (diff) | |
| download | seaweedfs-59c8308b2109aa85136512da337dcda285817e7e.tar.xz seaweedfs-59c8308b2109aa85136512da337dcda285817e7e.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/container_release4.yml')
| -rw-r--r-- | .github/workflows/container_release4.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index b845007e1..1615b961c 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -20,7 +20,7 @@ jobs: - name: Docker meta id: docker_meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # v3 + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 # v3 with: images: | chrislusf/seaweedfs @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
