Skip to content

Commit feda5f0

Browse files
Update docker/build-push-action action to v7.2.0 (#2995)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 7e27c78 commit feda5f0

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@v7.1.0
159+
uses: docker/build-push-action@v7.2.0
160160
with:
161161
context: .
162162
push: true

0 commit comments

Comments
 (0)