Skip to content

Bump nginxinc/nginx-unprivileged from 1.29.0-alpine-slim to 1.29.1-alpine-slim #1

Bump nginxinc/nginx-unprivileged from 1.29.0-alpine-slim to 1.29.1-alpine-slim

Bump nginxinc/nginx-unprivileged from 1.29.0-alpine-slim to 1.29.1-alpine-slim #1

Workflow file for this run

---
name: Validate
"on":
pull_request:
branches:
- main
jobs:
validate:
name: "Validate"
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Semantic release dry run
run: |
docker run --rm \
--user 1001 \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
ghcr.io/disafronov/semantic-release:latest \
--dry-run