Skip to content

Cleaned up

Cleaned up #1

name: Build and push the image
on:
push:
branches:
- release
jobs:
build-publish-docker-hub:

Check failure on line 9 in .github/workflows/publish_release.yml

View workflow run for this annotation

GitHub Actions / Build and push the image

Invalid workflow file

The workflow is not valid. .github/workflows/publish_release.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
needs: run-pre-checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: azure/docker-login@v1
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- uses: actions/checkout@v1
- name: Build and Push to DockerHub
shell: bash
run: ./build_and_push.sh