Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

fix(config): allow rich mounted binaries (#132) #108

fix(config): allow rich mounted binaries (#132)

fix(config): allow rich mounted binaries (#132) #108

Workflow file for this run

name: "snapshot"
on:
pull_request:
paths-ignore:
- "!**.md"
push:
branches:
- "main"
env:
DOCKER_BUILDKIT: 1
FORCE_COLOR: 1
jobs:
version:
name: "Generate snapshot id"
runs-on: ubuntu-latest
outputs:
id: ${{ steps.version.outputs.id }}
steps:
- name: Generate snapshot version
id: version
uses: fluencelabs/github-actions/generate-snapshot-id@main
snapshot:
needs: version
permissions:
contents: read
id-token: write
uses: ./.github/workflows/container.yml
with:
image: "docker.fluence.dev/distro"
version: ${{ needs.version.outputs.id }}