Skip to content

Commit

Permalink
chore: Bump version to ${{ inputs.version }}
Browse files Browse the repository at this point in the history
  • Loading branch information
derkweijers committed Jul 2, 2024
1 parent d96d21f commit e93ac33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ runs:
shell: bash
run: poetry version ${{ inputs.version }}

- name: Add & Commit
uses: EndBug/[email protected]
with:
message: "Bump version to ${{ inputs.version }}"
add: "pyproject.toml"
new_branch: version-bump

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand All @@ -38,7 +45,6 @@ runs:
with:
cache-from: type=gha
cache-to: type=gha,mode=max
load: true
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e93ac33

Please sign in to comment.