Skip to content

PRAT Build - Image

PRAT Build - Image #9

Workflow file for this run

name: PRAT Build - Image
on:
push:
paths:
- 'Dockerfile'
schedule:
- cron: '15 21 * * 6'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag prat:$(date +%s)