fix nginx workflow file

This commit is contained in:
mahula 2023-03-21 12:21:52 +01:00 committed by GitHub
parent a15953468f
commit 521bb3b200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on: push
jobs: jobs:
files-changed: files-changed:
name: Detect File Changes - Frontend name: Detect File Changes - Nginx
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
nginx: ${{ steps.changes.outputs.nginx }} nginx: ${{ steps.changes.outputs.nginx }}
@ -25,7 +25,8 @@ jobs:
needs: files-changed needs: files-changed
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: nginx | Build 'test' image - name: nginx | Build 'test' image
run: docker build -t "gradido/nginx:test" nginx/ run: docker build -t "gradido/nginx:test" nginx/