Skip to content

AxoSyslog stable image #6

AxoSyslog stable image

AxoSyslog stable image #6

name: AxoSyslog stable image
permissions: write-all
on:
workflow_dispatch:
jobs:
tarball:
runs-on: ubuntu-latest
steps:
- name: Checkout AxoSyslog source
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "DBLD: release"
run: |
./dbld/rules release VERSION=4.9.0
- name: Store source tarball as artifact
uses: actions/upload-artifact@v4
with:
name: source-tarball
path: dbld/build/*.tar.*
publish-image:
uses: ./.github/workflows/axosyslog-docker.yml
needs: tarball
with:
type: stable
tarball-artifact: source-tarball