Compare commits

..

1 Commits
0.0.7 ... 0.0.8

Author SHA1 Message Date
fc3415be5b test2 2023-11-19 18:05:00 +01:00

View File

@@ -1,7 +1,7 @@
name: build_package_deb name: build_package_deb
env: env:
PACKAGE_NAME: simplescript PACKAGE_NAME: test2
DEB_OS_TARGET: bullseye DEB_OS_TARGET: bullseye
GIT_REPO_URL: gitea.jingoh.fr GIT_REPO_URL: gitea.jingoh.fr
MAINTAINER: jingoh MAINTAINER: jingoh
@@ -13,8 +13,10 @@ on:
- '*.*.[0-9]' - '*.*.[0-9]'
jobs: jobs:
build: build-package-push-repo:
runs-on: ubuntu-latest runs-on: debian-runner
container:
image: debian:bullseye
steps: steps:
- name: Git clone private repository - name: Git clone private repository
uses: actions/checkout@v4 uses: actions/checkout@v4