diff options
author | van Hauser <vh@thc.org> | 2020-05-28 12:22:28 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-28 12:22:28 +0200 |
commit | 48b2028af84f34dc825613aa56c098c6479c404a (patch) | |
tree | 34578ae146ad79b7748363f23fe022a8e6c1a76d | |
parent | 5671cae225ca706da2b38b08425184b5f8869ac8 (diff) | |
download | afl++-48b2028af84f34dc825613aa56c098c6479c404a.tar.gz |
remove actions, we do this via docker hub
-rw-r--r-- | action.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/action.yml b/action.yml deleted file mode 100644 index 64610282..00000000 --- a/action.yml +++ /dev/null @@ -1,13 +0,0 @@ -- name: Login to docker hub - uses: actions-hub/docker/login@master - env: - DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} - DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - -- name: Build :latest - run: docker build -t aflplusplus:latest . - -- name: Push to docker hub :latest - uses: actions-hub/docker@master - with: - args: push aflplusplus:latest |