Skip to content

Replaced missed 'next_air' key with 'next_air_date' #7

Replaced missed 'next_air' key with 'next_air_date'

Replaced missed 'next_air' key with 'next_air_date' #7

Workflow file for this run

on:
push:
branches:
- main
paths:
- 'main.py'
- 'Dockerfile'
- 'pattrmm.py'
- 'vars.py'
pull_request:
types: [closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build Docker image
run: docker build -t ghcr.io/insertdisc/pattrmm:latest .
- name: Push Docker image
run: docker push ghcr.io/insertdisc/pattrmm:latest