Skip to content

Build and push the master images #332

Build and push the master images

Build and push the master images #332

name: Build and push the master images
on:
schedule:
- cron: "15 5 * * *"
jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable-docker-publish.yml
with:
ckan-major-version: "master"
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}