Skip to content

Commit 23c1db1

Browse files
authored
Merge pull request #2867 from Particular/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents ae7583d + ef26d60 commit 23c1db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
id: date
157157
run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT
158158
- name: Build and push image to GitHub container registry
159-
uses: docker/build-push-action@v6.19.2
159+
uses: docker/build-push-action@v7.0.0
160160
with:
161161
context: .
162162
push: true

0 commit comments

Comments
 (0)