Skip to content

Commit a4c8191

Browse files
Update docker/build-push-action action to v6 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 087303b commit a4c8191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
username: ${{ github.actor }}
2121
password: ${{ secrets.GITHUB_TOKEN }}
2222
- name: Build container image
23-
uses: docker/build-push-action@v5
23+
uses: docker/build-push-action@v6
2424
with:
2525
push: true
2626
build-args: |

0 commit comments

Comments
 (0)