Skip to content

Commit

Permalink
modif version
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmorin committed Sep 26, 2024
1 parent c91cb12 commit 4715a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8.15'
python-version: '3.8.18'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -61,4 +61,4 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ env.TAGS }}
tags: ${{ env.TAGS }}

0 comments on commit 4715a83

Please sign in to comment.