Skip to content

Commit 13c3c38

Browse files
Bump docker/build-push-action from 3.3.0 to 4.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.3.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] <[email protected]>
1 parent 1563013 commit 13c3c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-cliain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
(steps.get_branch.outputs.branch_name == 'main' && 'latest' ||
6868
steps.get_branch.outputs.branch_name) ||
6969
matrix.runtime == 'liminal' && steps.get_branch.outputs.sha_short }}
70-
uses: docker/build-push-action@v3.3.0
70+
uses: docker/build-push-action@v4.0.0
7171
with:
7272
context: ./bin/cliain
7373
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)