Skip to content

feat(nginx): update nginx config to use no-cache #11

feat(nginx): update nginx config to use no-cache

feat(nginx): update nginx config to use no-cache #11

name: Build and Push NGINX Docker Image
on:
push:
branches:
- 'main'
paths:
- 'nginx/configurations/**'
- 'nginx/Dockerfile'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
with:
docker-file-path: ./nginx/Dockerfile
docker-build-target: website-nginx