Skip to content

ADX-1061 Upgrade ckanext-geoview and other py deps in Pipfile.lock. #76

ADX-1061 Upgrade ckanext-geoview and other py deps in Pipfile.lock.

ADX-1061 Upgrade ckanext-geoview and other py deps in Pipfile.lock. #76

Workflow file for this run

name: Build and publish CKAN image
on:
push:
paths:
- 'ckan/**'
- '.github/workflows/build_ckan.yml'
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected] # Checking out the repo
- name: Build and publish CKAN base image
uses: VaultVulp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages
image-name: ckan_base
image-tag: ${{ github.ref_name }}
build-context: ckan/
dockerfile: ckan/Dockerfile