Moved docker image for pete tong to this repository

This commit is contained in:
florian 2025-11-07 12:20:45 +01:00
parent fcafcfbf5a
commit ced5a440c1

View File

@ -0,0 +1,17 @@
name: Build image with python3,get-iplayer
on:
schedule:
- cron: '0 0 * * 4'
workflow_dispatch:
env:
DOCKER_IMAGE_NAME: bbcr1
jobs:
build_docker_images:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
working-directory: ./src/petetong
run: docker build . --tag $DOCKER_IMAGE_NAME:latest