Skip to content

fix(images): fixed ubuntu-6.5 base image (needs glibc 2.38 shipped by… #20

fix(images): fixed ubuntu-6.5 base image (needs glibc 2.38 shipped by…

fix(images): fixed ubuntu-6.5 base image (needs glibc 2.38 shipped by… #20

Workflow file for this run

name: Main CI
on:
push:
branches:
- main
paths:
- 'images/**'
concurrency:
group: main_push_images
cancel-in-progress: true
jobs:
push-images:
uses: ./.github/workflows/reusable_build_images.yml
with:
push: true
is_latest: false
version: 'main'
secrets: inherit