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 # # Checkout the code base #
########################## ##########################
- name: Checkout Code - name: Checkout Code
if: github.event.pull_request.merged
uses: actions/checkout@master uses: actions/checkout@master
###################### ######################
# Run Removal script # # Run Removal script #
###################### ######################
- name: Remove old image from DockerHub - name: Remove old image from DockerHub
if: github.event.pull_request.merged
env: env:
# Set the Env Vars # Set the Env Vars
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}