mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-01-21 14:52:04 +01:00
docker builder
This commit is contained in:
21
.github/workflows/build-image.yml
vendored
Normal file
21
.github/workflows/build-image.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user