Skip to content

Commit 02c09ea

Browse files
chore(deps): update docker/build-push-action action to v7
| datasource | package | from | to | | ----------- | ------------------------ | ---- | ------ | | github-tags | docker/build-push-action | v6 | v7.1.0 |
1 parent 35b8bad commit 02c09ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
type=ref,event=pr
4848
4949
- name: Build and push image
50-
uses: docker/build-push-action@v6
50+
uses: docker/build-push-action@v7
5151
with:
5252
push: ${{ inputs.push != 'false' }} # is null if trigger != workflow_dispatch
5353
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)