Skip to content

Commit a501a02

Browse files
chore: update docker/build-push-action action to v6 (#4139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfc814b commit a501a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/container-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
type=ref,event=branch
3535
type=sha,prefix=,format=short
3636
- name: Build and push container image
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v6
3838
with:
3939
context: .
4040
file: Dockerfile.ci

0 commit comments

Comments
 (0)