mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-11 16:00:47 -04:00
test docker builds for all pushes and prs
This commit is contained in:
parent
440b45c93b
commit
7cdff284ad
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -110,8 +110,8 @@ jobs:
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/arm/v7
|
# - linux/arm/v7
|
||||||
- linux/arm/v6
|
# - linux/arm/v6
|
||||||
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
|
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
|
@ -197,7 +197,7 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
type=ref,event=pr
|
type=ref,event=pr
|
||||||
type=ref,event=push
|
type=ref,event=branch
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue