Skip to content

Commit b0ce4b4

Browse files
build(deps): bump docker/build-push-action from 5 to 6 (#679)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d70d9ba commit b0ce4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6060
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
6161
- name: Build & Push Docker image
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
with:
6464
context: .
6565
push: true

0 commit comments

Comments
 (0)