Skip to content

Add reusable actions to build and push images to Docker Hub #1

Add reusable actions to build and push images to Docker Hub

Add reusable actions to build and push images to Docker Hub #1

name: Build and push CKAN 2.10 images (python)
on: push
jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable-docker-publish.yml

Check failure on line 7 in .github/workflows/publish-docker-2.10-py3.yml

View workflow run for this annotation

GitHub Actions / Build and push CKAN 2.10 images (python)

Invalid workflow file

The workflow is not valid. In .github/workflows/publish-docker-2.10-py3.yml (Line: 7, Col: 11): Error from called workflow ckan/ckan-docker-base/.github/workflows/reusable-docker-publish.yml@2acd1c3ed94e18d3c2825c0a4a4c54a6a4f8b573 (Line: 19, Col: 9): Required property is missing: type
with:
ckan-major-version: "2.10"
ckan-version: "2.10.4"
base-tags: '["ckan/ckan-base:2.10-py3.10", "ckan/ckan-base:2.10.4-py3.10"]'
dev-tags: '["ckan/ckan-dev:2.10-py3.10", "ckan/ckan-dev:2.10.4-py3.10"]'