Skip to content

Commit

Permalink
ci: add debian sid build
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 5, 2024
1 parent 29ec8cd commit 581c5f6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,21 @@ on:
workflow_dispatch:

jobs:
docker:
docker_testing:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: cafe-calc
tag: $GITHUB_RUN_NUMBER
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
docker_sid:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: cafe-calc
tag: $GITHUB_RUN_NUMBER
secrets:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_DISTRO: debian:sid
GH_PAGES_DEPLOY: 'false'

0 comments on commit 581c5f6

Please sign in to comment.