mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
change location
This commit is contained in:
parent
cc34d9569a
commit
58e7a2c982
1 changed files with 7 additions and 8 deletions
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue