mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
fix it again
This commit is contained in:
parent
58e7a2c982
commit
33ceebca79
1 changed files with 7 additions and 7 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -31,6 +31,8 @@ jobs:
|
||||||
# Load all steps #
|
# Load all steps #
|
||||||
##################
|
##################
|
||||||
steps:
|
steps:
|
||||||
|
# Run Deploy script
|
||||||
|
- name: Deploy image to DockerHub
|
||||||
env:
|
env:
|
||||||
# Set the Env Vars
|
# Set the Env Vars
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
@ -38,7 +40,5 @@ jobs:
|
||||||
IMAGE_REPO: admiralawkbar/super-linter
|
IMAGE_REPO: admiralawkbar/super-linter
|
||||||
IMAGE_VERSION: latest
|
IMAGE_VERSION: latest
|
||||||
DOCKERFILE_PATH: Dockerfile
|
DOCKERFILE_PATH: Dockerfile
|
||||||
# Run Deploy script
|
|
||||||
- name: Deploy image to DockerHub
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: .automation/upload-docker.sh
|
run: .automation/upload-docker.sh
|
||||||
|
|
Loading…
Reference in a new issue