Delete docker.yml

main
byt3bl33d3r 2020-07-13 01:51:34 -03:00 committed by GitHub
parent 240cb56804
commit d750439a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
name: Build CME Docker Image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build Docker Image and Publish to Github Packages
uses: whoan/docker-build-with-cache-action@v5
with:
username: ${{ secrets.GITHUB_USERNAME }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
image_name: crackmapexec