Skip to content

Commit 284c352

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] <support@github.com>
1 parent 98b527d commit 284c352

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
@@ -61,7 +61,7 @@ jobs:
6161
(steps.get-ref-properties.outputs.branch-name-flattened == 'main' && 'latest' ||
6262
steps.get-ref-properties.outputs.branch-name-flattened) ||
6363
matrix.runtime == 'liminal' && steps.get-ref-properties.outputs.sha }}
64-
uses: docker/build-push-action@v3.3.0
64+
uses: docker/build-push-action@v4.0.0
6565
with:
6666
context: ./bin/cliain
6767
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)