Skip to content

Commit b7a98ff

Browse files
authored
Merge pull request #2430 from Particular/dependabot/github_actions/docker/build-push-action-6.18.0
2 parents ba0f5dd + c4735e2 commit b7a98ff

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.16.0
154+
uses: docker/build-push-action@v6.18.0
155155
with:
156156
context: .
157157
push: true

0 commit comments

Comments
 (0)