Skip to content

Commit

Permalink
added building hyperstyle image from the dev branch hyperstyle reposi…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
polischuks committed Sep 4, 2024
1 parent ed8aa93 commit 84779d2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,23 @@ jobs:
image_name_tag: typescript:4.8.4
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperstyle_image:
name: Build epicbox/hyperstyle image
runs-on: [ self-hosted, small ]
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
repository: hyperskill/hyperstyle
ref: develop
- name: Build Hyperstyle Image
uses: ./.github/workflows/actions/build
with:
path: hyperstyle
image_name_tag: hyperskill-hyperstyle:ij-2024.9
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}


clean_untagged_images:
name: Clean untagged images
Expand Down Expand Up @@ -368,6 +385,7 @@ jobs:
- build_scala2_image
- build_scala3_image
- build_typescript_image
- build_hyperstyle_image
runs-on: [ self-hosted, small ]
steps:
- uses: hyperskill/[email protected]
Expand Down

0 comments on commit 84779d2

Please sign in to comment.