From 34acdf73c4858c78795edd62373a371667247e0e Mon Sep 17 00:00:00 2001 From: MDeLuise <66636702+MDeLuise@users.noreply.github.com> Date: Mon, 20 May 2024 08:35:45 +0200 Subject: [PATCH] chore: prepare release --- .github/workflows/release.yml | 6 +++--- backend/pom.xml | 2 +- frontend/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57f44780..a940122f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,10 +100,10 @@ jobs: context: . file: ./deployment/Dockerfile push: true - tags: > + platforms: linux/amd64,linux/arm64 + tags: | ${{ vars.DOCKERHUB_USERNAME }}/${{ env.DOCKER_NAME }}:${{ github.ref_name }} - ${{ vars.DOCKERHUB_USERNAME }}/${{ env.DOCKER_NAME }}:latest, - + ${{ vars.DOCKERHUB_USERNAME }}/${{ env.DOCKER_NAME }}:latest create_apk: needs: build_and_test_frontend runs-on: ubuntu-latest diff --git a/backend/pom.xml b/backend/pom.xml index 63aee2bc..b2d16aa7 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -10,7 +10,7 @@ com.github.mdeluise plant-it - 0.5.1 + 0.6.0 Plant it Gardening companion app diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index 6efea3b8..7bccf388 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.5.1+1 +version: 0.6.0+1 environment: sdk: '>=3.3.0 <4.0.0'