Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 12, 2024
1 parent da80e25 commit 58d96e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: reusing workflow
name: docker

on:
push:
Expand All @@ -9,6 +9,7 @@ on:
workflow_dispatch:

jobs:

debian_stable:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
Expand All @@ -19,6 +20,7 @@ jobs:
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_DISTRO: debian:stable
GH_PAGES_DEPLOY: 'false'

debian_testing:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
Expand All @@ -27,6 +29,7 @@ jobs:
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

debian_sid:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
Expand Down

0 comments on commit 58d96e8

Please sign in to comment.