Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
added image with c++
  • Loading branch information
polischuks authored Nov 3, 2023
1 parent 7b336ae commit afdbd02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,19 @@ jobs:
image_name_tag: hyperskill-go:1.18.2
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_cpp_image:
name: Build epicbox-hyperskill/cpp image
runs-on: [ self-hosted, small ]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build
uses: ./.github/workflows/actions/build
with:
path: epicbox-hyperskill/cpp
image_name_tag: hyperskill-cpp:12.2.1
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
build_hyperskill_gradle_image:
name: Build epicbox-hyperskill/gradle image
runs-on: [self-hosted, small]
Expand Down

0 comments on commit afdbd02

Please sign in to comment.