Skip to content

docs: update documentation to be easier to understand #3

docs: update documentation to be easier to understand

docs: update documentation to be easier to understand #3

Workflow file for this run

---
name: Docker
on:
push:
branches: [ "main" ]
tags: [ '*' ]
pull_request:
jobs:
docker:

Check failure on line 11 in .github/workflows/build-docker.yml

View workflow run for this annotation

GitHub Actions / Docker

Invalid workflow file

The workflow is not valid. .github/workflows/build-docker.yml (Line: 11, Col: 3): Error calling workflow 'famedly/github-workflows/.github/workflows/docker.yml@main'. The nested job 'docker' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: famedly/github-workflows/.github/workflows/docker.yml@main
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
registry_user: famedly-ci
registry: docker-oss.nexus.famedly.de
image_name: openmetrics-vici-exporter
build_args: "VERSION=${{ matrix.version }}"
secrets: inherit