Skip to content

Commit b2b431d

Browse files
Bump docker/build-push-action from 4.0.0 to 4.1.1 (#585)
1 parent b3c4a9d commit b2b431d

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)