Skip to content

feat: add EphemeralSize for storage node OSD partitions #37

feat: add EphemeralSize for storage node OSD partitions

feat: add EphemeralSize for storage node OSD partitions #37

Workflow file for this run

name: Build and Push
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ghcr.io/sylphxai/caphr:latest,ghcr.io/sylphxai/caphr:${{ github.sha }}