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:
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/
run: docker build -t "gradido/nginx:test" nginx/