Added docker workflow

main
byt3bl33d3r 2020-06-29 11:15:30 -06:00
parent 19e027b090
commit 0f60a45b21
1 changed files with 17 additions and 0 deletions

17
.github/workflows/docker.yml vendored Normal file
View File

@ -0,0 +1,17 @@
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.GIT_USERNAME }}
password: ${{ secrets.GIT_TOKEN }}
registry: docker.pkg.github.com
image_name: crackmapexec