Skip to content

fix the restip argument #428

fix the restip argument

fix the restip argument #428

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- main
release:
types: [published]
jobs:
build:
if: ${{ github.repository == 'BC-SECURITY/Empire' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Publish Docker
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: bcsecurity/empire
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
dockerfile: Dockerfile
default_branch: main
tag_names: true