File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " AoC-Python" ,
3
3
"build" : {
4
- "dockerfile" : " Dockerfile"
4
+ "dockerfile" : " Dockerfile" ,
5
+ "cacheFrom" : " ghcr.io/nikobockerman/adventofcode-python-devcontainer:cache"
5
6
},
6
7
"features" : {
7
8
"ghcr.io/devcontainers/features/python:1" : {
Original file line number Diff line number Diff line change 9
9
workflow_dispatch :
10
10
permissions :
11
11
contents : read
12
+ packages : write
12
13
13
14
jobs :
14
15
ci :
15
16
uses : ./.github/workflows/ci.yaml
17
+ deploy-devcontainer-cache :
18
+ needs : ci
19
+ uses : nikobockerman/github-workflows/.github/workflows/devcontainer-cache.yaml@cc3e3fdec0b2379e550c1ea4059cb79f455ff668
20
+ with :
21
+ cache-type : final
Original file line number Diff line number Diff line change 28
28
run-all :
29
29
uses : ./.github/workflows/run-all.yaml
30
30
31
+ prebuild-devcontainer :
32
+ uses : nikobockerman/github-workflows/.github/workflows/devcontainer-cache.yaml@cc3e3fdec0b2379e550c1ea4059cb79f455ff668
33
+ permissions :
34
+ contents : read
35
+ packages : write
36
+ with :
37
+ cache-type : intermediate
31
38
check-devcontainer :
39
+ needs : prebuild-devcontainer
32
40
uses : ./.github/workflows/check-devcontainer.yaml
You can’t perform that action at this time.
0 commit comments