diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-07-25 08:24:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-25 08:24:04 -0700 |
| commit | 498599ed552394c5e0a4ff121d9a1d70ae0ff1a3 (patch) | |
| tree | eef3afc950214cdcef4626ddbf017cecf29e65f7 /.github/workflows/container_dev.yml | |
| parent | becb98767280bf3e252fbd6c8d52678d04ff51e2 (diff) | |
| parent | a730c4211a8c9a9c0d912fe1e7c9fd40305a6acf (diff) | |
| download | seaweedfs-498599ed552394c5e0a4ff121d9a1d70ae0ff1a3.tar.xz seaweedfs-498599ed552394c5e0a4ff121d9a1d70ae0ff1a3.zip | |
Merge pull request #3356 from chrislusf/dependabot/github_actions/docker/build-push-action-3.1.0
Diffstat (limited to '.github/workflows/container_dev.yml')
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index d8a2312ea..1044df6fd 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -56,7 +56,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # v2 + uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
