diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-25 10:25:32 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-25 10:25:32 +0100 |
commit | 2d662ace87cf4b55ac2a74e333247503a15072b3 (patch) | |
tree | 3cb0e536d426f6d74657bc316af1cdab285635e3 | |
parent | 2dac4e785fa9f27e8c59bb504cfa8942eba938be (diff) | |
download | afl++-2d662ace87cf4b55ac2a74e333247503a15072b3.tar.gz |
try to trigger github actions
-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 |