ci: Clio docker image (#1509)

Fixes #1051.
This commit is contained in:
Sergey Kuznetsov
2024-07-02 18:04:38 +01:00
committed by GitHub
parent 66849432be
commit f77186002a
12 changed files with 243 additions and 29 deletions

View File

@@ -172,6 +172,16 @@ jobs:
--target $GITHUB_SHA --notes-file "${RUNNER_TEMP}/nightly_notes.md" \
./nightly_release/clio_server*
build_and_publish_docker_image:
uses: ./.github/workflows/build_clio_docker_image.yml
secrets: inherit
with:
tags: |
type=raw,value=nightly
type=ref,value=${{ env.GITHUB_SHA }}
artifact_name: clio_server_Linux_Release
strip_binary: true
create_issue_on_failure:
needs: [build, run_tests, nightly_release]
if: ${{ always() && contains(needs.*.result, 'failure') }}