Skip to content

Commit

Permalink
[SYNPY-1524] Fixes ghcr-build-and-push-on-develop and `ghcr-build-a…
Browse files Browse the repository at this point in the history
…nd-push-on-release` Workflows (#1136)

* set python version for ghcr, test build

* uncomment line

* adds for develop
  • Loading branch information
BWMac authored Sep 26, 2024
1 parent 47e8709 commit ec01a0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Extract Release Version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
shell: bash
Expand Down Expand Up @@ -515,6 +518,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to GitHub Container Registry
Expand Down

0 comments on commit ec01a0f

Please sign in to comment.