diff --git a/.gitea/workflows/bbcr.yaml b/.gitea/workflows/bbcr.yaml new file mode 100644 index 0000000..03f9662 --- /dev/null +++ b/.gitea/workflows/bbcr.yaml @@ -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 \ No newline at end of file