Skip to content

Commit 35e4be5

Browse files
chore(deps): update docker/build-push-action action to v4 (#121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bb3f27 commit 35e4be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Build and push
4747
id: docker_build
48-
uses: docker/build-push-action@v3
48+
uses: docker/build-push-action@v4
4949
with:
5050
push: ${{ github.event_name != 'pull_request' }}
5151
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)