Skip to content

Commit 1a7e960

Browse files
Update docker/build-push-action action to v6.14.0 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 010ff06 commit 1a7e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Build and push Docker image
5353
id: build-and-push
54-
uses: docker/build-push-action@v6.13.0
54+
uses: docker/build-push-action@v6.14.0
5555
with:
5656
context: .
5757
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)