mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix nginx workflow file
This commit is contained in:
parent
a15953468f
commit
521bb3b200
5
.github/workflows/test-nginx.yml
vendored
5
.github/workflows/test-nginx.yml
vendored
@ -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/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user