diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c009ff..5b28e58 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -83,4 +83,4 @@ jobs: file: Dockerfile tags: | ${{ env.USER }}/${{ env.REPO }}:${{ env.VERSION }} - ${{ env.USER }}/${{ env.REPO }}:latest \ No newline at end of file + ${{ env.USER }}/${{ env.REPO }}:latest