nuclei/.github/workflows/dockerhub-push.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected key
2021-06-02 14:07:49 +05:30

17 lines
445 B
YAML

name: ◎ Docker Push
on:
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v2
- name: Publish to Dockerhub Registry
uses: dawidd6/action-docker-publish-changed@v3
with:
name: projectdiscovery/nuclei
username: ${{secrets.DOCKER_USERNAME}}
password: ${{secrets.DOCKER_PASSWORD}}
platforms: linux/amd64,linux/arm64,linux/arm
tag: latest