Skip to content

Add multiplatform images and a "Lite" version #5

Add multiplatform images and a "Lite" version

Add multiplatform images and a "Lite" version #5

name: '[LITE] Tools Container - Publish Tag'
on:
workflow_dispatch:
release:
types:
- published
jobs:
publish_latest:
name: '[LITE] Push tagged container image to GitHub Packages'
permissions:
contents: read
packages: write
attestations: write
id-token: write
uses: ./.github/workflows/shared-steps.yml@afa4bad680ca1bbea899ce1ab3c8668b66f42ac9

Check failure on line 17 in .github/workflows/tools-lite-container-tag.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tools-lite-container-tag.yaml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
with:
registry: ghcr.io
do_tag: 'YES'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}