about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtem Ivachev <ivachyou@gmail.com>2020-05-29 04:28:32 +0700
committerGitHub <noreply@github.com>2020-05-29 04:28:32 +0700
commit7cf01b10b70c3ab768b9275910741dc9da6ab35b (patch)
treec9c2f9efcb9c5a70bd64bde631b8e482cdaa7346
parent92be4ea871027416264570d21c1e0a88e18768f4 (diff)
downloadafl++-7cf01b10b70c3ab768b9275910741dc9da6ab35b.tar.gz
Delete action.yml
-rw-r--r--action.yml13
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