Skip to content

Commit 2e3f468

Browse files
Bump docker/build-push-action from 4.0.0 to 4.1.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3c4a9d commit 2e3f468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
# https://github.com/docker/build-push-action
223223
- name: Build and push Docker image
224224
id: build-and-push
225-
uses: docker/build-push-action@v4.0.0
225+
uses: docker/build-push-action@v4.1.1
226226
with:
227227
context: image
228228
push: ${{ github.event_name != 'pull_request' }}
@@ -242,7 +242,7 @@ jobs:
242242
243243
- name: Build and push Alpine Docker image
244244
id: build-and-push-alpine
245-
uses: docker/build-push-action@v4.0.0
245+
uses: docker/build-push-action@v4.1.1
246246
with:
247247
context: image
248248
file: image/Dockerfile_alpine

0 commit comments

Comments
 (0)