Skip to content

init

init #2

Workflow file for this run

name: Docker Build
on:
push:
branches:
- main
tags:
- v*
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
with:
images: rss3/thumbor
context: .
dockerfile: ./Dockerfile
secrets: inherit