Merge pull request #42 from github/addDevDeployment

remove it
This commit is contained in:
Lukas Gravley 2020-01-09 13:32:46 -06:00 committed by GitHub
commit 1a54fcf66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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