Update docker.yml

main
byt3bl33d3r 2020-07-13 01:44:31 -03:00 committed by GitHub
parent 97c92ffcdd
commit 240cb56804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Build Docker Image and Publish to Github Packages - name: Build Docker Image and Publish to Github Packages
uses: whoan/docker-build-with-cache-action@v5 uses: whoan/docker-build-with-cache-action@v5
with: with:
username: ${{ secrets.GIT_USERNAME }} username: ${{ secrets.GITHUB_USERNAME }}
password: ${{ secrets.GIT_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com registry: docker.pkg.github.com
image_name: crackmapexec image_name: crackmapexec