Skip to content

Commit 75305f4

Browse files
authored
Update ci.yaml
1 parent 8b0633d commit 75305f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: poetry install
1313
- name: Log into Dockerhub
1414
if: github.event_name == 'push'
15-
uses: docker/login-action@v2
15+
uses: docker/login-action@v3
1616
with:
1717
username: assaflavie
1818
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)