Skip to content

Commit 1bea6f2

Browse files
chore(deps): bump docker/build-push-action from 4 to 5 (#428)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a17737 commit 1bea6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Docker Buildx
2222
uses: docker/setup-buildx-action@v3
2323
- name: Build image
24-
uses: docker/build-push-action@v4
24+
uses: docker/build-push-action@v5
2525
with:
2626
tags: nihalgonsalves/node-typescript-eslint-template:latest
2727
load: true

0 commit comments

Comments
 (0)