Skip to content

update containers to new void images, clean up service container CI #14

update containers to new void images, clean up service container CI

update containers to new void images, clean up service container CI #14

Workflow file for this run

name: NGINX Service Container
on:
workflow_dispatch:
pull_request:
paths:
- services/pkg/nginx/**
push:
branches:
- master
paths:
- services/pkg/nginx/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
uses: ./.github/workflows/build-pkg.yml
with:
service_name: nginx
push: ${{ endsWith(github.ref, 'master') }}