Skip to content

Commit 2117423

Browse files
Update docker/build-push-action action to v3 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac2a8c7 commit 2117423

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
@@ -103,7 +103,7 @@ runs:
103103
password: ${{ inputs.password }}
104104

105105
- name: Build and push Docker images
106-
uses: docker/build-push-action@v2
106+
uses: docker/build-push-action@v3
107107
with:
108108
context: ${{ inputs.workdir }}
109109
file: ${{ inputs.workdir }}/${{ inputs.file }}

0 commit comments

Comments
 (0)