Update main.yml
This commit is contained in:
parent
1a668612d8
commit
18a481aefb
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Test image
|
||||
run: |
|
||||
docker images
|
||||
docker run --name test-container --detach --env WEBDAV_USER=user1 --env WEBDAV_PASS=password1 --volume 'webdav:/var/www/webdav' ${USER}/${REPO}:${VERSION}
|
||||
docker run --name test-container --detach --env WEBDAV_USER=user --env WEBDAV_PASS=password1 --volume 'webdav:/var/www/webdav' ${USER}/${REPO}:${VERSION}
|
||||
docker ps -a
|
||||
|
||||
- name: Container scan
|
||||
|
Loading…
Reference in New Issue
Block a user