Skip to content

tests/libbean: remove python3 bits from extension tests #123

tests/libbean: remove python3 bits from extension tests

tests/libbean: remove python3 bits from extension tests #123

Workflow file for this run

name: docker
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
debian_stable:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: libbean
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:stable
GH_PAGES_DEPLOY: 'false'
debian_testing:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@master
with:
image_name: libbean
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: libbean
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'