mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
commit
1a54fcf66b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/cleanup-DEV.yml
vendored
2
.github/workflows/cleanup-DEV.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue