Skip to content

Commit 58d96e8

Browse files
committed
ci: test
1 parent da80e25 commit 58d96e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: reusing workflow
1+
name: docker
22

33
on:
44
push:
@@ -9,6 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12+
1213
debian_stable:
1314
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
1415
with:
@@ -19,6 +20,7 @@ jobs:
1920
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2021
DOCKER_HUB_DISTRO: debian:stable
2122
GH_PAGES_DEPLOY: 'false'
23+
2224
debian_testing:
2325
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
2426
with:
@@ -27,6 +29,7 @@ jobs:
2729
secrets:
2830
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
2931
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
32+
3033
debian_sid:
3134
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
3235
with:

0 commit comments

Comments
 (0)