Skip to content

Added new podcasts, new podcast display logic and added news componen… #75

Added new podcasts, new podcast display logic and added news componen…

Added new podcasts, new podcast display logic and added news componen… #75

Workflow file for this run

name: Build
on: push
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: mr-smithers-excellent/docker-build-push@v5
with:
registry: ghcr.io
image: urn1350.net
username: Emersont1
password: ${{ secrets.CONTAINER_REGISTRY }}