mirror of
https://github.com/BretFisher/shpod.git
synced 2026-05-16 22:46:55 +00:00
⚙️ Add GHA workflow to build+push to GHCR and Docker Hub
This commit is contained in:
12
.github/workflows/automated-build.yaml
vendored
Normal file
12
.github/workflows/automated-build.yaml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user