mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-11 07:50:39 -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:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
- linux/arm/v7
|
||||
- linux/arm/v6
|
||||
# - linux/arm/v7
|
||||
# - linux/arm/v6
|
||||
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
|
||||
steps:
|
||||
- name: Prepare
|
||||
|
@ -197,7 +197,7 @@ jobs:
|
|||
tags: |
|
||||
type=ref,event=tag
|
||||
type=ref,event=pr
|
||||
type=ref,event=push
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue