Skip to content

Commit

Permalink
ci: Changes tag prefix jammy- -> ubuntu22-llvm15-
Browse files Browse the repository at this point in the history
  • Loading branch information
yorik committed Jan 30, 2024
1 parent 6a567ff commit 8370f7c
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 8370f7c

Please sign in to comment.