Skip to content

Commit 4bab6a8

Browse files
breaking: the dependency docker/build-push-action has been updated to a new major version (v7.0.0), which may include breaking changes. #major
1 parent 6164afd commit 4bab6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=sha,format=long,prefix=
4949
- name: Build and push Docker image
5050
id: build-and-push
51-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
51+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5252
with:
5353
context: ./webhook-server
5454
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)