Skip to content

Commit 1c63225

Browse files
chore(deps): update docker/build-push-action action to v7 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 916b1aa commit 1c63225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sematic-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
registry: ${{ secrets.HARBOR_REGISTRY }}
102102
- name: Build and push
103103
id: build-and-push
104-
uses: docker/build-push-action@v6
104+
uses: docker/build-push-action@v7
105105
with:
106106
push: true
107107
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)