Skip to content

Commit

Permalink
ci: add testing and sid
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 5, 2024
1 parent 0617b35 commit f1b0f49
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ on:
workflow_dispatch:

jobs:
docker:
docker_testing:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@testdistro
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_DISTRO: debian:testing
docker_sid:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@testdistro
with:
image_name: lapiz
Expand Down

0 comments on commit f1b0f49

Please sign in to comment.