mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-11 14:09:03 -04:00
Build on the source not released aprsd
This commit is contained in:
parent
d4bf0f1e3c
commit
d9b39734e6
13
.github/workflows/master-build.yml
vendored
13
.github/workflows/master-build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user