Moved docker image for pete tong to this repository
This commit is contained in:
parent
fcafcfbf5a
commit
ced5a440c1
17
.gitea/workflows/bbcr.yaml
Normal file
17
.gitea/workflows/bbcr.yaml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user