Skip to content

Commit

Permalink
update ftp ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Jan 19, 2025
1 parent a8245f2 commit e53c248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ jobs:
runs-on: ubuntu-24.04
services:
ftp-server:
image: ghcr.io/garethflowers/ftp-server:edge
image: bogem/ftp:latest
env:
FTP_USER: ftpuser
FTP_PASS: ftppass
ports:
- '20-21:20-21/tcp'
- '40000-40009:40000-40009/tcp'
- '47400-47470:47400-47470/tcp'
volumes:
- /tmp/ftp:/home/user
- /tmp/vsftpd:/home/vsftpd
httpbin:
image: ghcr.io/psf/httpbin:0.10.2
ports:
Expand Down

0 comments on commit e53c248

Please sign in to comment.