Skip to content

Commit 6b18ecd

Browse files
build(deps): bump docker/build-push-action from 3.1.0 to 3.1.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5158c3f commit 6b18ecd

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/[email protected].0
106+
uses: docker/[email protected].1
107107
with:
108108
tags: ${{ steps.tags.outputs.tags }}
109109
build-args: |-

0 commit comments

Comments
 (0)