mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
Delete action.yml
This commit is contained in:
13
action.yml
13
action.yml
@ -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
|
|
Reference in New Issue
Block a user