Skip to content

Commit 26043b2

Browse files
Update docker/build-push-action action to v6
1 parent 69ce4e6 commit 26043b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)