Skip to content

Commit 9f0c36c

Browse files
Bump docker/build-push-action from 3.2.0 to 4.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.2.0...v4.0.0) --- 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>
1 parent 9fb21af commit 9f0c36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "::set-output name=tags::${TAGS}"
106106
107107
- name: Build multi-arch Container Image
108-
uses: docker/build-push-action@v3.3.0
108+
uses: docker/build-push-action@v4.0.0
109109
with:
110110
tags: ${{ steps.tags.outputs.tags }}
111111
build-args: |-

0 commit comments

Comments
 (0)