Skip to content

Commit

Permalink
use new bump
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 3, 2024
1 parent 46aa3e0 commit 1c26221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Calaos Action Bump Version
id: calaos_version
uses: calaos/action-bump-version@1.1.1
uses: calaos/action-bump-version@1.2.0
with:
version_fragment: 'prerelease'

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/build_docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ on:
vincrement:
description: 'Package version increment (major.feature.bug)'
required: true
default: 'bug'
default: 'minor'
type: choice
options:
- major
- minor
- patch
- prerelease

env:
REGISTRY_IMAGE: ghcr.io/calaos/calaos_home
Expand All @@ -33,7 +31,7 @@ jobs:

- name: Calaos Action Bump Version
id: calaos_version
uses: calaos/action-bump-version@1.1.1
uses: calaos/action-bump-version@1.2.0
with:
version_fragment: ${{ github.event.inputs.vincrement }}

Expand Down

0 comments on commit 1c26221

Please sign in to comment.