Skip to content

Bump nginx from 1.25.1-alpine to 1.25.3-alpine #60

Bump nginx from 1.25.1-alpine to 1.25.3-alpine

Bump nginx from 1.25.1-alpine to 1.25.3-alpine #60

Workflow file for this run

name: 'Docker check'
on:
pull_request:
paths:
- 'Dockerfile'
- '.github/workflows/docker-pr.yml'
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
- name: Build Docker image
uses: docker/build-push-action@v4.1.1
with:
context: .
push: false