Skip to content

Commit c990e31

Browse files
build(deps): bump docker/build-push-action from 2.9.0 to 3.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 3.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.9.0...v3.1.0) --- 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]>
1 parent 52afbb8 commit c990e31

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
@@ -103,7 +103,7 @@ jobs:
103103
echo "::set-output name=tags::${TAGS}"
104104
105105
- name: Build multi-arch Container Image
106-
uses: docker/build-push-action@v2.9.0
106+
uses: docker/build-push-action@v3.1.0
107107
with:
108108
tags: ${{ steps.tags.outputs.tags }}
109109
build-args: |-

0 commit comments

Comments
 (0)