Skip to content

Added the "Don't Deep It" podcast, removed general URN from featured #76

Added the "Don't Deep It" podcast, removed general URN from featured

Added the "Don't Deep It" podcast, removed general URN from featured #76

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 }}