From 58e7a2c982fe0b626ece48295fb61e7107c119c7 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 8 Nov 2019 08:40:52 -0600 Subject: [PATCH] change location --- .github/workflows/deploy.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce7eed1f..64dd28e0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,6 @@ ####################################### on: push: - # Only run when the push is on master branches: - 'master' @@ -23,13 +22,6 @@ on: # Set the Job # ############### jobs: - env: - # Set the Env Vars - DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} - DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} - IMAGE_REPO: admiralawkbar/super-linter - IMAGE_VERSION: latest - DOCKERFILE_PATH: Dockerfile build: # Name the Job name: Deploy Docker Image @@ -39,6 +31,13 @@ jobs: # Load all steps # ################## steps: + env: + # Set the Env Vars + DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} + DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} + IMAGE_REPO: admiralawkbar/super-linter + IMAGE_VERSION: latest + DOCKERFILE_PATH: Dockerfile # Run Deploy script - name: Deploy image to DockerHub shell: bash