Skip to content

Build cross platform image for arm64 #7

Build cross platform image for arm64

Build cross platform image for arm64 #7

Workflow file for this run

name: Container Builder Shim - release build
on:
push:
tags:
- "[0-9]+\\.[0-9]+\\.[0-9]+"
jobs:
build:
if: startsWith(github.ref, 'refs/tags/')
name: Invoke build and release
uses: ./.github/workflows/common.yml

Check failure on line 12 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Container Builder Shim - release build

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/common.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
publish: true
version: ${{ github.ref_name }}
permissions:
contents: read
packages: write