This is an automated email from the ASF dual-hosted git repository.
jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new ccd4d005 Bump docker/build-push-action from 2 to 3
ccd4d005 is described below
commit ccd4d0050cb98df78c6933d7d8dc634c5070d40e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 10 17:18:13 2022 +0000
Bump docker/build-push-action from 2 to 3
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action) from 2
to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index c11249dc..69cc0fe0 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -640,7 +640,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build Debian image
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
with:
file: dockerfiles/Dockerfile-debian
context: .
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]