Skip to content

Commit e378de1

Browse files
chore(deps): update docker/build-push-action action to v6 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 097a602 commit e378de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
type=sha,format=long
107107
108108
- name: Build and push Docker image
109-
uses: docker/build-push-action@v4
109+
uses: docker/build-push-action@v6
110110
with:
111111
context: .
112112
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)