Skip to content

Commit 28f9b8b

Browse files
Update docker/build-push-action action to v6 (#649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a15716 commit 28f9b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> ${GITHUB_ENV}
6464

6565
- name: Build & Push Docker Image
66-
uses: docker/build-push-action@v5
66+
uses: docker/build-push-action@v6
6767
with:
6868
context: .
6969
file: Dockerfile

0 commit comments

Comments
 (0)