Skip to content

Commit

Permalink
ci: test oldstable
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 14, 2024
1 parent ed3bb70 commit 311f0db
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requires:

before_scripts:
- ./html-cppcheck
- ./debrepo-install 'libctk-3-dev gir1.2-ctk-3.0 libctk-3-common libctk-3-0 libcail-3-0 libcail-3-dev'
- ./install-from-git https://github.com/cafe-desktop/ctk master
- ./install-from-git https://github.com/cafe-desktop/cafe-common master
- ./install-from-git https://github.com/cafe-desktop/cafe-desktop master

Expand Down
27 changes: 25 additions & 2 deletions .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,11 +9,34 @@ on:
workflow_dispatch:

jobs:
docker:

debian_stable:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: baul
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:oldstable
GH_PAGES_DEPLOY: 'false'

debian_testing:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: baul
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: baul
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 311f0db

Please sign in to comment.