Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise committed May 20, 2024
1 parent a03d0a0 commit 34acdf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github.mdeluise</groupId>
<artifactId>plant-it</artifactId>
<version>0.5.1</version>
<version>0.6.0</version>
<name>Plant it</name>
<description>Gardening companion app</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 34acdf7

Please sign in to comment.