Skip to content

Commit

Permalink
Revert "Update ci.yml"
Browse files Browse the repository at this point in the history
This reverts commit 96a2433.
  • Loading branch information
meanmail committed Sep 24, 2023
1 parent c7afcee commit 1b87b59
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@polischuks

polischuks Sep 24, 2023

@meanmail needs the path path: epicbox-python/310 because python 3.10 now in the directory epicbox-python/310/

This comment has been minimized.

Copy link
@meanmail

meanmail Sep 25, 2023

Author Collaborator

In the master branch everything is located along the old path. All changes must be made in pull request #4

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]
Expand Down

0 comments on commit 1b87b59

Please sign in to comment.