diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-17 09:57:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-17 09:57:25 -0700 |
| commit | 23d85745c69d3af68f18944a312b644e07da4962 (patch) | |
| tree | 2a2f1c5e7e631958f1ac504a168ae294ae455f47 /.github/workflows/container_dev.yml | |
| parent | 2fa43f69485a175ed8df78f7bd138ad022323535 (diff) | |
| download | seaweedfs-23d85745c69d3af68f18944a312b644e07da4962.tar.xz seaweedfs-23d85745c69d3af68f18944a312b644e07da4962.zip | |
build(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 (#3867)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/c84f38281176d4c9cdb1626ffafcd6b3911b5d94...c56af957549030174b10d6867f20e78cfd7debc5)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 bf389e946..93a76aecd 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@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 # v2 + uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v2 with: context: ./docker push: ${{ github.event_name != 'pull_request' }} |
