Skip to content

Merge pull request #63 from pantos-io/dependabot/pip/other-dependenci… #18

Merge pull request #63 from pantos-io/dependabot/pip/other-dependenci…

Merge pull request #63 from pantos-io/dependabot/pip/other-dependenci… #18

Workflow file for this run

name: Publish dev release
on:
push:
branches:
- main
jobs:
build:
name: Build and attach .deb and .whl package
if: github.repository == 'pantos-io/servicenode'
uses: ./.github/workflows/build.yml
secrets: 'inherit'
with:
architecture: amd64
publish-docker:
uses: ./.github/workflows/publish-docker.yaml
if: github.repository == 'pantos-io/servicenode'
needs: [build]
secrets: 'inherit'
with:
tag: ${{ needs.build.outputs.version }}-development
architecture: amd64
environment: main