mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-02 13:17:54 -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
|
name: Test and Build Latest Container Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 10 * * *"
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches:
|
||||||
|
- "**"
|
||||||
|
tags:
|
||||||
|
- "v*.*.*"
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tox:
|
tox:
|
||||||
@ -45,6 +53,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./docker
|
context: ./docker
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
|
file: Dockerfile-dev
|
||||||
|
build-args: |
|
||||||
|
BRANCH=${{ steps.branch-name.outputs.current_branch }}
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
hemna6969/aprsd:${{ steps.branch-name.outputs.current_branch }}
|
hemna6969/aprsd:${{ steps.branch-name.outputs.current_branch }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user