Delete action.yml

This commit is contained in:
Artem Ivachev
2020-05-29 04:28:32 +07:00
committed by GitHub
parent 92be4ea871
commit 7cf01b10b7

View File

@ -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