replace image
Some checks failed
Build and Deploy Debian Package / build-package (push) Failing after 16s
Some checks failed
Build and Deploy Debian Package / build-package (push) Failing after 16s
This commit is contained in:
parent
7c218fc664
commit
d72596fe04
1 changed files with 13 additions and 1 deletions
|
@ -9,11 +9,23 @@ jobs:
|
|||
build-package:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
image: debian:bookworm
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Debian Packaging
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
devscripts \
|
||||
debhelper \
|
||||
dh-python \
|
||||
python3-all \
|
||||
build-essential \
|
||||
git \
|
||||
curl
|
||||
|
||||
- name: Parse distribution
|
||||
run: |
|
||||
if [[ "$GITHUB_REF_NAME" == *"@stable"* ]]; then
|
||||
|
|
Loading…
Reference in a new issue