From 2d662ace87cf4b55ac2a74e333247503a15072b3 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Thu, 25 Mar 2021 10:25:32 +0100 Subject: try to trigger github actions --- .github/workflows/build_aflplusplus_docker.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.4.1