Skip to content

Commit

Permalink
Merge branch 'main' into feat/cache-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbber authored Feb 4, 2025
2 parents ac34e56 + bf2e964 commit 434e87b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bumpversion]
current_version = 1.58.0
current_version = 1.59.0
5 changes: 5 additions & 0 deletions .github/workflows/docker-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
username: "${{ secrets.docker-user }}"
password: "${{ secrets.docker-password }}"

- uses: ./.github/actions/extra-step/docker-build-and-publish
# Add your extra step in your repo under .github/actions/extra-step/docker-build-and-publish/action.yaml ,
# e.g. to free up runner disk space or to install system packages
if: ${{ hashFiles('.github/actions/extra-step/docker-build-and-publish/action.yaml') != '' }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 434e87b

Please sign in to comment.