Skip to content

Commit

Permalink
use new bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 13, 2024
1 parent aa35144 commit 128aef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-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.2.2
uses: calaos/action-bump-version@2
with:
version_fragment: 'prerelease'

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
vincrement:
description: 'Package version increment (major.minor.xxx)'
required: true
default: 'minor'
default: 'patch'
type: choice
options:
- major
- minor
- patch

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

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

Expand Down

0 comments on commit 128aef3

Please sign in to comment.