docker builder

This commit is contained in:
SuperDev
2022-12-21 14:09:32 -06:00
committed by GitHub
parent 79b1d14aa5
commit 4e792e4614

21
.github/workflows/build-image.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Docker Package Registry
uses: craftech-io/package-action@v3.1.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
username: supernova3339
image_name: anonupload