Skip to content

Commit

Permalink
Merge pull request #62 from matter-labs/ya-workflows3
Browse files Browse the repository at this point in the history
ci: Changes tag prefix `jammy-` -> `ubuntu22-llvm15-`
  • Loading branch information
yorik authored Jan 30, 2024
2 parents 6a567ff + 8370f7c commit 85dcc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/handle_llvm_runner_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: [matterlabs-ci-runner]
strategy:
matrix:
tag_prefix: ["", "jammy-"]
tag_prefix: ["", "ubuntu22-llvm15-"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -76,5 +76,5 @@ jobs:
tags: |
matterlabs/llvm_runner:${{ matrix.tag_prefix }}${{ steps.set_output.outputs.sha_short }}
matterlabs/llvm_runner:${{ matrix.tag_prefix }}latest
file: images/llvm_runner/${{ matrix.tag_prefix == 'jammy-' && 'jammy.' || '' }}Dockerfile
file: images/llvm_runner/${{ matrix.tag_prefix == 'ubuntu22-llvm15-' && 'jammy.' || '' }}Dockerfile
platforms: 'linux/amd64,linux/arm64,linux/arm64/v8'

0 comments on commit 85dcc42

Please sign in to comment.