mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2026-07-04 22:45:35 +00:00
split into block and add pr preview
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
name: PR Build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
tags:
|
||||
uses: ./.github/workflows/tags.yml
|
||||
|
||||
build:
|
||||
needs: tags
|
||||
strategy:
|
||||
matrix: ${{fromJson(needs.tags.outputs.matrix)}}
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
push: false
|
||||
nginx_version: ${{ matrix.version }}
|
||||
tags: ${{ matrix.tags }}
|
||||
Reference in New Issue
Block a user