⚙️ Add GHA workflow to build+push to GHCR and Docker Hub

This commit is contained in:
Jérôme Petazzoni
2021-11-01 07:47:15 +01:00
parent 629c273082
commit c5e479e6d1

12
.github/workflows/automated-build.yaml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Automated Build
on:
push:
branches:
- main
jobs:
automated-build:
uses: jpetazzo/workflows/.github/workflows/automated-build.yaml@main
secrets:
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}