Delete build-image.yml

pull/8/head
SuperDev 3 years ago committed by GitHub
parent 811e907752
commit 07c148a7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,20 +0,0 @@
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
Loading…
Cancel
Save