remove it

This commit is contained in:
Lucas Gravley 2020-01-09 13:29:17 -06:00
parent 3876968345
commit 6c8410d87e

View file

@ -35,14 +35,12 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
if: github.event.pull_request.merged
uses: actions/checkout@master
######################
# Run Removal script #
######################
- name: Remove old image from DockerHub
if: github.event.pull_request.merged
env:
# Set the Env Vars
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}