File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 9
9
workflow_dispatch :
10
10
11
11
jobs :
12
- docker_testing :
12
+ debian_stable :
13
13
uses : cafe-desktop/cafe-common/.github/workflows/main.yml@master
14
14
with :
15
15
image_name : lapiz
16
16
tag : $GITHUB_RUN_NUMBER
17
17
secrets :
18
18
DOCKER_HUB_USERNAME : ${{ secrets.DOCKER_HUB_USERNAME }}
19
19
DOCKER_HUB_ACCESS_TOKEN : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
20
- docker_sid :
20
+ DOCKER_HUB_DISTRO : debian:stable
21
+ GH_PAGES_DEPLOY : ' false'
22
+ debian_testing :
23
+ uses : cafe-desktop/cafe-common/.github/workflows/main.yml@master
24
+ with :
25
+ image_name : lapiz
26
+ tag : $GITHUB_RUN_NUMBER
27
+ secrets :
28
+ DOCKER_HUB_USERNAME : ${{ secrets.DOCKER_HUB_USERNAME }}
29
+ DOCKER_HUB_ACCESS_TOKEN : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
30
+ debian_sid :
21
31
uses : cafe-desktop/cafe-common/.github/workflows/main.yml@master
22
32
with :
23
33
image_name : lapiz
You can’t perform that action at this time.
0 commit comments