Skip to content

Commit

Permalink
ci: add debian stable build
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 7, 2024
1 parent 67823b8 commit f8e0c58
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,25 @@ on:
workflow_dispatch:

jobs:
docker_testing:
debian_stable:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: lapiz
tag: $GITHUB_RUN_NUMBER
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
docker_sid:
DOCKER_HUB_DISTRO: debian:stable
GH_PAGES_DEPLOY: 'false'
debian_testing:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: lapiz
tag: $GITHUB_RUN_NUMBER
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:
image_name: lapiz
Expand Down

0 comments on commit f8e0c58

Please sign in to comment.