Skip to content

WV: Events: Widen regex in clean_date to match more 'thirty minutes a… #1518

WV: Events: Widen regex in clean_date to match more 'thirty minutes a…

WV: Events: Widen regex in clean_date to match more 'thirty minutes a… #1518

Workflow file for this run

name: Build and push Docker image
on:
push:
branches:
- main
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: build docker image
uses: docker/build-push-action@v3
with:
context: .
tags: "openstates/scrapers:latest,openstates/scrapers:${{ github.sha }}"
push: true