Skip to content

chore(ci): add workflow to build and push images #3

chore(ci): add workflow to build and push images

chore(ci): add workflow to build and push images #3

Workflow file for this run

---
name: Docker
on:
push:
branches: [ "main" ]
tags: [ 'v*.*.*' ]
pull_request:
jobs:
docker-ghcr:
uses: famedly/github-workflows/.github/workflows/docker.yml@docker-v1
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
image_name: famedly/powerdns
docker-nexus:
uses: famedly/github-workflows/.github/workflows/docker.yml@docker-v1
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
registry_user: famedly-ci
registry_url: docker-oss.nexus.famedly.de

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

View workflow run for this annotation

GitHub Actions / Docker

Invalid workflow file

The workflow is not valid. .github/workflows/docker.yml (Line: 21, Col: 21): Invalid input, registry_url is not defined in the referenced workflow.
image_name: powerdns
secrets: inherit