Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Mar 1, 2025
1 parent 38b92e7 commit 71d252a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jh-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
default: true

env:
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.13"

jobs:
prepare:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.13.0
id: build_haos_builder
with:
context: .
Expand Down

0 comments on commit 71d252a

Please sign in to comment.