Skip to content

Commit c6386ce

Browse files
authored
Merge pull request #2263 from Particular/dependabot/github_actions/docker/build-push-action-6.15.0
Bump docker/build-push-action from 6.14.0 to 6.15.0
2 parents 8fede5c + 194a8c2 commit c6386ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
id: date
152152
run: echo "date=$(date '+%FT%TZ')" >> $GITHUB_OUTPUT
153153
- name: Build and push image to GitHub container registry
154-
uses: docker/build-push-action@v6.14.0
154+
uses: docker/build-push-action@v6.15.0
155155
with:
156156
context: .
157157
push: true

0 commit comments

Comments
 (0)