Skip to content

Commit 2cab1c5

Browse files
Update docker/build-push-action action to v4 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <[email protected]>
1 parent f9788c7 commit 2cab1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ runs:
149149
password: ${{ inputs.password }}
150150

151151
- name: Build and push Docker images
152-
uses: docker/build-push-action@v3
152+
uses: docker/build-push-action@v4
153153
id: docker-build-push-action
154154
with:
155155
context: ${{ inputs.workdir }}

0 commit comments

Comments
 (0)