Skip to content

Commit

Permalink
use new versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Feb 3, 2024
1 parent 13966b0 commit 2885966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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.1.1
uses: calaos/action-bump-version@1.2.0
with:
version_fragment: 'prerelease'

Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on:
workflow_dispatch:
inputs:
vincrement:
description: 'Package version increment (major.feature.bug)'
description: 'Package version increment (major.minor.xxx)'
required: true
default: 'bug'
default: 'minor'
type: choice
options:
- major
- minor
- patch
- prerelease

env:
REGISTRY_IMAGE: ghcr.io/calaos/calaos_base
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 2885966

Please sign in to comment.