Skip to content
This repository was archived by the owner on Mar 3, 2024. It is now read-only.

Commit 48e92e9

Browse files
chore(deps): update docker/build-push-action action to v4
1 parent 6923058 commit 48e92e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
5555
5656
- name: Buid and push Docker Image
57-
uses: docker/build-push-action@v3
57+
uses: docker/build-push-action@v4
5858
with:
5959
context: .
6060
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)