mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
push it real good
This commit is contained in:
parent
724830394f
commit
23416547c4
1 changed files with 9 additions and 1 deletions
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
|
@ -31,7 +31,15 @@ jobs:
|
|||
# Load all steps #
|
||||
##################
|
||||
steps:
|
||||
# Run Deploy script
|
||||
##########################
|
||||
# Checkout the code base #
|
||||
##########################
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@master
|
||||
|
||||
#####################
|
||||
# Run Deploy script #
|
||||
#####################
|
||||
- name: Deploy image to DockerHub
|
||||
env:
|
||||
# Set the Env Vars
|
||||
|
|
Loading…
Reference in a new issue