Skip to content

Commit 8f9da1c

Browse files
committed
ci: update workflows config.
1 parent 6b29e84 commit 8f9da1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
```
125125
126126
# Create Docker Image
127-
- uses: docker/setup-buildx-action@v2
127+
- uses: docker/setup-buildx-action@v3
128128
- name: Login to Docker Hub
129-
uses: docker/login-action@v2
129+
uses: docker/login-action@v3
130130
with:
131131
username: ${{ secrets.DOCKER_USER }}
132132
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)