Skip to content

Update nginx Docker tag to v1.27.3 #1103

Update nginx Docker tag to v1.27.3

Update nginx Docker tag to v1.27.3 #1103

Workflow file for this run

name: validate
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: validate config
run: |
docker compose config -q
docker compose pull