[scorecards] handle councils dissolved pre 2021 on 2021 scorecards #129
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create CAPS docker image | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch : | |
jobs: | |
build-and-push-image: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
packages: write | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
with: | |
submodules: 'true' | |
- name: Build image | |
uses: ./.github/actions/cached-build | |
with: | |
github_token: ${{ secrets.github_token }} | |
branch: ${{ github.ref_name }} | |
push_to_registry: true |