diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-02 10:54:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 10:54:50 -0700 |
| commit | eaad2eae788ec80b69022c9b626a97c55aee36af (patch) | |
| tree | cfffaa88acec328e14bc7907168ef1b3beae7375 /.github | |
| parent | 78988e7fe2b96d5ad85ecacfd362eb571455e0ed (diff) | |
| download | sally-eaad2eae788ec80b69022c9b626a97c55aee36af.tar.gz | |
build(deps): bump docker/build-push-action from 5 to 6 (#155)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a2462ff..1f0e0ff 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9f2ee8d..2861d3e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -66,6 +66,6 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . |