From d9b39734e6a236485ab08f9c70f215fdd9dbb876 Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 25 Nov 2022 10:03:34 -0500 Subject: [PATCH] Build on the source not released aprsd --- .github/workflows/master-build.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index 5f0090a..2b528c6 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -1,8 +1,16 @@ name: Test and Build Latest Container Image on: + schedule: + - cron: "0 10 * * *" push: - branches: [ "master" ] + branches: + - "**" + tags: + - "v*.*.*" + pull_request: + branches: + - "master" jobs: tox: @@ -45,6 +53,9 @@ jobs: with: context: ./docker platforms: linux/amd64,linux/arm64,linux/arm/v7 + file: Dockerfile-dev + build-args: | + BRANCH=${{ steps.branch-name.outputs.current_branch }} push: true tags: | hemna6969/aprsd:${{ steps.branch-name.outputs.current_branch }}