Skip to content

Commit 6e69d46

Browse files
build(deps): bump docker/build-push-action from 3 to 4 (#856)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...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 638533d commit 6e69d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
echo "TAGS: ${TAGS}"
121121
122122
- name: Build and push
123-
uses: docker/build-push-action@v3
123+
uses: docker/build-push-action@v4
124124
with:
125125
context: .
126126
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
echo "BUILD_TIME: ${BUILD_TIME}"
6868
6969
- name: Build and push
70-
uses: docker/build-push-action@v3
70+
uses: docker/build-push-action@v4
7171
with:
7272
context: .
7373
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64

0 commit comments

Comments
 (0)