diff --git a/.github/workflows/build-code.yml b/.github/workflows/build-code.yml index 7f8a09845..6c2a1b33f 100644 --- a/.github/workflows/build-code.yml +++ b/.github/workflows/build-code.yml @@ -1,6 +1,7 @@ name: Build code on: + pull_request: workflow_dispatch: jobs: @@ -13,13 +14,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - + - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node_version }} cache: 'yarn' - + - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 19ce74a80..6b85f639b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,7 +21,7 @@ jobs: with: images: ghostfolio/ghostfolio tags: | - type=raw,value=linux-arm64-{{version}} + type=semver,pattern={{version}} - name: Set up QEMU uses: docker/setup-qemu-action@v2 @@ -41,7 +41,7 @@ jobs: uses: docker/build-push-action@v3 with: context: . - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.output.labels }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3941b9f..410d030cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.184.1 - 28.08.2022 +## 1.184.2 - 28.08.2022 ### Added diff --git a/package.json b/package.json index 528639790..b665384e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.184.1", + "version": "1.184.2", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {