Skip to content

Move build-and-push workflow to the shared workflows repo (#5) #3

Move build-and-push workflow to the shared workflows repo (#5)

Move build-and-push workflow to the shared workflows repo (#5) #3

name: Build & Publish a Docker image
on:
push:
branches: ["master"]
jobs:
build-and-publish:
uses: trusted/shared-workflows/.github/workflows/build_and_push_dockerfile.yml@main

Check failure on line 9 in .github/workflows/build-and-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-push.yml" -> "trusted/shared-workflows/.github/workflows/build_and_push_dockerfile.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: url-to-pdf-api