Skip to content

streamline ci

streamline ci #59

name: Build Docker image
on:
push:
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
jobs:
call-docker-build:

Check failure on line 12 in .github/workflows/docker-publish.yaml

View workflow run for this annotation

GitHub Actions / Build Docker image

Invalid workflow file

The workflow is not valid. .github/workflows/docker-publish.yaml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
needs: test
uses: ethdevops/workflows/.github/workflows/basic-docker-build.yaml@main
secrets:
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}