Skip to content

feat: rust dist builder workflow #5

feat: rust dist builder workflow

feat: rust dist builder workflow #5

name: Build Rust Dist Container
permissions:
contents: read
on:
workflow_dispatch:
branches:
- dev-18
paths:
- .github/workflows/build-rust-dist-docker.yml
jobs:
build-rust-dist-container:
if: github.repository_owner == 'seahorn'
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Write Variables
id: vars
run: |
tag=`date +%s`
container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/seaurchin-llvm/buildpack-deps-seaurchin"
echo "container-name=buildpack-deps-seaurchin" >> $GITHUB_OUTPUT
echo "container-name-tag=$container_name:latest" >> $GITHUB_OUTPUT
- name: Download seaurchin-llvm
uses: actions/download-artifact@v4
with:
name: seaurchin-llvm-build
repository: seahorn/seaurchin-llvm
github-token: ${{ secrets.seaurchin-llvm-read }}
- name: Checkout seaurchin
uses: actions/checkout@v4
- name: Display structure of downloaded seaurchin-llvm artefact
run: ls -laH

Check failure on line 40 in .github/workflows/build-rust-dist-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-rust-dist-docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 40