Skip to content

Commit 7c9c649

Browse files
chore(deps): update docker/build-push-action action to v5 (#685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d69881 commit 7c9c649

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
@@ -53,7 +53,7 @@ jobs:
5353
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5454

5555
- name: Build and push Docker image
56-
uses: docker/build-push-action@v4
56+
uses: docker/build-push-action@v5
5757
with:
5858
context: .
5959
push: true

0 commit comments

Comments
 (0)