Skip to content

Commit 44e6936

Browse files
chore(deps): Update docker/build-push-action action to v4
1 parent 72dae7f commit 44e6936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
username: ${{ github.actor }}
9292
password: ${{ secrets.GITHUB_TOKEN }}
9393
- name: Build and push
94-
uses: docker/build-push-action@v3
94+
uses: docker/build-push-action@v4
9595
with:
9696
push: true
9797
tags: ${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)