Skip to content

Commit b0207b7

Browse files
fix: update build-push-action for docker image
1 parent 036b5ef commit b0207b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
tags: latest
2727

2828
- name: Build and push Docker Image
29-
uses: docker/build-push-action@v2
29+
uses: docker/build-push-action@v5
3030
with:
3131
context: .
3232
file: ./Dockerfile.prod

0 commit comments

Comments
 (0)