forked from StepicOrg/epicbox-images
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 96a2433.
- Loading branch information
Showing
1 changed file
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -288,31 +288,18 @@ jobs: | |
username: ${{ secrets.REGISTRY_USER }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
build_python_310_image: | ||
name: Build epicbox/python3.10 image | ||
name: Build epicbox/python 3.10 image | ||
runs-on: [self-hosted, small] | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Build | ||
uses: ./.github/workflows/actions/build | ||
with: | ||
path: epicbox-python/310 | ||
path: epicbox-python | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
meanmail
Author
Collaborator
|
||
image_name_tag: python:3.10.6 | ||
username: ${{ secrets.REGISTRY_USER }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
build_python_311_image: | ||
name: Build epicbox/python3.11 image | ||
runs-on: [self-hosted, small] | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Build | ||
uses: ./.github/workflows/actions/build | ||
with: | ||
path: epicbox-python/311 | ||
image_name_tag: python:3.11.5 | ||
username: ${{ secrets.REGISTRY_USER }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
build_ruby_image: | ||
name: Build epicbox/ruby image | ||
runs-on: [self-hosted, small] | ||
|
@meanmail needs the path
path: epicbox-python/310
because python 3.10 now in the directory epicbox-python/310/