Skip to content

Commit afe4d19

Browse files
chore(deps): bump docker/build-push-action from 2 to 4 (#89)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v4) --- 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 60694a0 commit afe4d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
images: ${{ matrix.image }}
4848

4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@v2
50+
uses: docker/build-push-action@v4
5151
with:
5252
context: .
5353
file: docker/${{ matrix.dockerfile }}

0 commit comments

Comments
 (0)