mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 05:02:15 -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 #
|
# Load all steps #
|
||||||
##################
|
##################
|
||||||
steps:
|
steps:
|
||||||
# Run Deploy script
|
##########################
|
||||||
|
# Checkout the code base #
|
||||||
|
##########################
|
||||||
|
- name: Checkout Code
|
||||||
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
#####################
|
||||||
|
# Run Deploy script #
|
||||||
|
#####################
|
||||||
- name: Deploy image to DockerHub
|
- name: Deploy image to DockerHub
|
||||||
env:
|
env:
|
||||||
# Set the Env Vars
|
# Set the Env Vars
|
||||||
|
|
Loading…
Reference in a new issue