Skip to content

Switch to shared docker builder workflow #21

Switch to shared docker builder workflow

Switch to shared docker builder workflow #21

Workflow file for this run

name: Docker Container
on:
workflow_dispatch:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
# Target platforms
PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64
jobs:
build:
uses: riesinger/github-workflows/.github/workflows/build-docker.yml@main

Check failure on line 21 in .github/workflows/docker.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/docker.yaml" -> "riesinger/github-workflows/.github/workflows/build-docker.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
image-name: plausible-exporter
secrets: inherit