This commit is contained in:
Mayel de Borniol 2022-07-21 21:41:41 +12:00
parent 6676da3528
commit 57652be16c
6 changed files with 14 additions and 7 deletions

View file

@ -94,8 +94,8 @@ jobs:
context: .
file: Dockerfile.release
# platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64,linux/arm/v7
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
bonfirenetworks/${{ env.DOCKER_REPO }}:latest-${{ env.FLAVOUR }}
@ -178,7 +178,7 @@ jobs:
cooperation_flavour_docker_release_build_push:
name: Cooperation flavour - Maybe release Docker image
name: Cooperation flavour - multiarch - Maybe release Docker image
runs-on: ubuntu-latest
env:
FLAVOUR: cooperation

View file

@ -5,4 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
## [Unreleased (2022-07-21)]
### Other
- BUG:Responsive, navigation goes under the mobile bottom tab [#420](https://github.com/bonfire-networks/bonfire-app/issues/420) by ivanminutillo

View file

@ -1,5 +1,10 @@
# Bonfire Changelog
## [0.3.1-beta.8 (2022-07-21)]
### Other
- BUG:Responsive, navigation goes under the mobile bottom tab [#420](https://github.com/bonfire-networks/bonfire-app/issues/420) by ivanminutillo
## 0.3.1-beta (2022-07-19)
### Added
- Circles & flexible boundaries [#223](https://github.com/bonfire-networks/bonfire-app/issues/223) by mayel & ivanminutillo

View file

@ -82,7 +82,7 @@ config :versioce, :changelog,
formatter: Versioce.Changelog.Formatter.Keepachangelog # Or your own formatter module
config :versioce, :changelog,
closed_after: "2022-06-25", # Important: indicate date of last release, to generate a changelog for issues closed since then
closed_after: "2022-07-21", # Important: indicate date of last release, to generate a changelog for issues closed since then
changelog_file: "docs/CHANGELOG-autogenerated.md",
datagrabber: Bonfire.Common.Changelog.Github.DataGrabber,
anchors:

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.3.1-beta.7", # note that the flavour will automatically be added where the dash appears
version: "0.3.1-beta.8", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",

View file

@ -40,12 +40,12 @@
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "1647e69b933e025950a79c2b97ff65ba9ccf611e", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "cb592e2a06a6acdaaeff78ca35d49267d8f11ec6", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "c37872fdde2dfae523ac1ce6740701388a9d93ca", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "af121c66cf59b950d9fd6733283fb728c31c3216", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "939b882bfdb88c63a5781cb12c5321f80e6c09a6", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "cfa82a5f991e40ad02634b4fd2b6b7ff73315d39", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "fc00ee7e8d5720527131dbf93644e43d960144eb", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "44b98e4f41a665b8816e4cfa8dada012a9797b7b", [branch: "main"]},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "befd9ccb3b28b1e46e4a485deb493a041fde181b", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "18a2882f2d07cc68e2762896e090c0aed4315e2a", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "74e7236e8d06a7af1921030708340301edfc5ad9", [branch: "main"]},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "f6a9308b45117c1be17b334bdff1f163564e4d8e", [branch: "main"]},
"bonfire_upcycle": {:git, "https://gitlab.com/bonfire-networks/bonfire_upcycle", "bb3fb7f2ad8664290913cf0d76f877b7aac2f269", [branch: "master"]},
"bonfire_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_valueflows", "cb9df88c330e362c7378eda863c395b2def9f8aa", [branch: "main"]},