Skip to content

Add multiplatform images and a "Lite" version #1

Add multiplatform images and a "Lite" version

Add multiplatform images and a "Lite" version #1

name: Tools [LITE] Container - Publish
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'docker/**'
- '.github/**'
jobs:
publish_latest:
name: Push latest [LITE] 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 20 in .github/workflows/tools-lite-container-latest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tools-lite-container-latest.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
registry: ghcr.io
do_tag: 'NOPE'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}