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.
ghcr-build-and-push-on-develop
ghcr-build-and-push-on-release
1 parent 47e8709 commit ec01a0fCopy full SHA for ec01a0f
.github/workflows/build.yml
@@ -462,6 +462,9 @@ jobs:
462
steps:
463
- name: Check out the repo
464
uses: actions/checkout@v4
465
+ - uses: actions/setup-python@v5
466
+ with:
467
+ python-version: 3.9
468
- name: Extract Release Version
469
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
470
shell: bash
@@ -515,6 +518,9 @@ jobs:
515
518
516
519
517
520
521
522
523
524
- name: Set up Docker Buildx
525
uses: docker/setup-buildx-action@v2
526
- name: Log in to GitHub Container Registry
0 commit comments