Skip to content

Commit 2c01029

Browse files
committed
add package for vcpkg-installed to improve caching
1 parent d8d125d commit 2c01029

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: build-docker-build
2+
3+
on:
4+
push:
5+
branches: [ "main", "dev", "unstable" ]
6+
tags: [ "*" ]
7+
workflow_dispatch:
8+
workflow_call:
9+
10+
jobs:
11+
# specifically package this so build process doesn't keep redoing it
12+
build-firestarr-minimal:
13+
uses: ./.github/workflows/build-docker-image.yml
14+
with:
15+
image: vcpkg-installed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build-firestarr:
1212
uses: ./.github/workflows/build-docker-image.yml
13+
needs: [build-docker-vcpkg-installed]
1314
with:
1415
image: firestarr
1516

0 commit comments

Comments
 (0)