Skip to content

build(deps): bump nginx from 1.25-alpine to 1.27-alpine #7

build(deps): bump nginx from 1.25-alpine to 1.27-alpine

build(deps): bump nginx from 1.25-alpine to 1.27-alpine #7

Workflow file for this run

name: Test
on:
pull_request: {}
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=pr
- name: Build and push container image
uses: docker/build-push-action@v5
with:
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}