Skip to content

Add multiplatform images and a "Lite" version #3

Add multiplatform images and a "Lite" version

Add multiplatform images and a "Lite" version #3

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

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: no version specified
with:
registry: ghcr.io
do_tag: 'YES'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}