From 521bb3b2009ac8ebc6bc11e821d4cac2849bcf5f Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 21 Mar 2023 12:21:52 +0100 Subject: [PATCH] fix nginx workflow file --- .github/workflows/test-nginx.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-nginx.yml b/.github/workflows/test-nginx.yml index 5d39c493e..146e7a117 100644 --- a/.github/workflows/test-nginx.yml +++ b/.github/workflows/test-nginx.yml @@ -4,7 +4,7 @@ on: push jobs: files-changed: - name: Detect File Changes - Frontend + name: Detect File Changes - Nginx runs-on: ubuntu-latest outputs: nginx: ${{ steps.changes.outputs.nginx }} @@ -25,7 +25,8 @@ jobs: needs: files-changed runs-on: ubuntu-latest steps: + - name: Checkout code uses: actions/checkout@v3 - name: nginx | Build 'test' image - run: docker build -t "gradido/nginx:test" nginx/ \ No newline at end of file + run: docker build -t "gradido/nginx:test" nginx/