Skip to content

Remove checksums.txt file from Dockerfile #3

Remove checksums.txt file from Dockerfile

Remove checksums.txt file from Dockerfile #3

Workflow file for this run

name: Tests
on:
push:
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/build-push-action@v5
with:
context: .
file: deploy/Dockerfile