Skip to content

Commit

Permalink
chore - rework develop workflow and upgra version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thuaud committed Apr 3, 2024
1 parent b266dc3 commit ec76fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:
name: inseefr/platine-management
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
tags: "${{ steps.version.outputs.pe-version }}, ${{ needs.check-version.outputs.release-version }}"
tags: "latest, ${{ needs.check-version.outputs.release-version }}"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "platine-management",
"private": true,
"version": "1.0.14",
"version": "1.0.15",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ec76fe6

Please sign in to comment.