Skip to content

Commit 3264c2e

Browse files
v6
1 parent 8729bf4 commit 3264c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
username: ${{ secrets.DOCKERHUB_USERNAME }}
9090
password: ${{ secrets.DOCKERHUB_TOKEN }}
9191

92-
- uses: docker/build-push-action@v5
92+
- uses: docker/build-push-action@v6
9393
with:
9494
context: ./packages/cli
9595
file: ./packages/cli/docker/Dockerfile
@@ -115,7 +115,7 @@ jobs:
115115
username: ${{ secrets.DOCKERHUB_USERNAME }}
116116
password: ${{ secrets.DOCKERHUB_TOKEN }}
117117

118-
- uses: docker/build-push-action@v5
118+
- uses: docker/build-push-action@v6
119119
with:
120120
context: .
121121
file: ./packages/docker/Dockerfile

0 commit comments

Comments
 (0)