From 18a481aefb218e1d4fe56bceb0b3a94b8a2d70a4 Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Sat, 2 Apr 2022 16:46:17 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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