We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8674de9 commit ac52320Copy full SHA for ac52320
.github/workflows/docker-github-publish.yml
@@ -20,9 +20,8 @@ jobs:
20
build:
21
runs-on: ubuntu-latest
22
env:
23
- PYTHON_VERSION: '3.13'
24
- TASKFILE_VERSION: 'v3.44.0'
25
- TASKFILE_PATH: '/home/runner/go/bin'
+ PYTHON_VERSION: "3.13"
+ TASKFILE_VERSION: "3.45.4"
26
strategy:
27
fail-fast: false
28
matrix:
@@ -55,8 +54,7 @@ jobs:
55
54
56
PUBLIC_IMAGE_REGISTRY_BASE: ${{ env.GHCR_DESTINATION_ORG }}/
57
run: |
58
- which task || curl -sSfL https://taskfile.dev/install.sh | sh -s -- -b ${{ env.TASKFILE_PATH }} ${{ env.TASKFILE_VERSION }}
59
- export PATH="${{ env.TASKFILE_PATH }}:$PATH"
+ pip install go-task-bin==${{ env.TASKFILE_VERSION }}
60
task init:ci
61
task build
62
cp ./dist/arduino*.whl ./containers/python-apps-base/
0 commit comments