Skip to content

Commit ec01a0f

Browse files
authored
[SYNPY-1524] Fixes ghcr-build-and-push-on-develop and ghcr-build-and-push-on-release Workflows (#1136)
* set python version for ghcr, test build * uncomment line * adds for develop
1 parent 47e8709 commit ec01a0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,9 @@ jobs:
462462
steps:
463463
- name: Check out the repo
464464
uses: actions/checkout@v4
465+
- uses: actions/setup-python@v5
466+
with:
467+
python-version: 3.9
465468
- name: Extract Release Version
466469
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
467470
shell: bash
@@ -515,6 +518,9 @@ jobs:
515518
steps:
516519
- name: Check out the repo
517520
uses: actions/checkout@v4
521+
- uses: actions/setup-python@v5
522+
with:
523+
python-version: 3.9
518524
- name: Set up Docker Buildx
519525
uses: docker/setup-buildx-action@v2
520526
- name: Log in to GitHub Container Registry

0 commit comments

Comments
 (0)