diff options
-rw-r--r-- | .github/workflows/build_aflplusplus_docker.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml index be8d795d..89e95177 100644 --- a/.github/workflows/build_aflplusplus_docker.yaml +++ b/.github/workflows/build_aflplusplus_docker.yaml @@ -1,4 +1,5 @@ name: Publish Docker Images + on: push: branches: [ stable ] @@ -8,6 +9,7 @@ on: branches: [ stable ] paths: - Dockerfile + jobs: push_to_registry: name: Push Docker images to Dockerhub |