Skip to content

Update nginx Docker tag to v1.29.6 #50

Update nginx Docker tag to v1.29.6

Update nginx Docker tag to v1.29.6 #50

Workflow file for this run

name: Docker
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build-push-ghcr:
uses: ClubCedille/cedille-workflows/.github/workflows/build-push-ghcr.yaml@master
with:
container-name: ${{ github.event.repository.name }}
secrets: inherit
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true