Skip to content

Commit 1a9f532

Browse files
authored
Merge pull request #39 from Minituff/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6.2.0
2 parents 89d0308 + a4d1fa7 commit 1a9f532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-buildx-action@v3
5353

5454
- name: Build and export Docker image
55-
uses: docker/build-push-action@v6.0.0
55+
uses: docker/build-push-action@v6.2.0
5656
with:
5757
context: .
5858
load: true # Do not push this image

0 commit comments

Comments
 (0)