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.11 images
on: push
jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable-docker-publish.yml

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

View workflow run for this annotation

GitHub Actions / Build and push CKAN 2.11 images

Invalid workflow file

The workflow is not valid. In .github/workflows/publish-docker-2.11.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.11"
ckan-version: "2.11"
# TODO: minor version
base-tags: '["ckan/ckan-base:2.11", "ckan/ckan-base:2.11-py3.10"]'
dev-tags: '["ckan/ckan-dev:2.11", "ckan/ckan-dev:2.11-py3.10"]'