From afdbd0237a36c43d6a2d3735ce41410fc87bd080 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 3 Nov 2023 15:14:39 +0200 Subject: [PATCH] Update ci.yml added image with c++ --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fb99cc..3298d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]