diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-18 14:01:19 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-21 21:20:02 +0000 |
| commit | cd4fbd59028100d6eb00831e90d0c5bf47cbf037 (patch) | |
| tree | 31f0975896f23a13df8ba61091fb6b7f5bb09fda /.github | |
| parent | 35af54b64ba1f6e4ac35dd3c07143ed08ca6a043 (diff) | |
deps(actions): bump docker/build-push-action from 5.2.0 to 5.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/af5a7ed5ba88268d5278f7203fb52cd833f66d6e...2cdde995de11925a030ce8070c3d77a52ffcf1c0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-image.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index daf5e7f..8e3bd3d 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -66,7 +66,7 @@ jobs: - name: Build image id: build - uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: ${{ inputs.context }} file: ${{ inputs.containerfile }} |
