mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
typo
This commit is contained in:
parent
b8608095da
commit
f94c19f8e2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-RELEASE.yml
vendored
4
.github/workflows/deploy-RELEASE.yml
vendored
|
@ -58,8 +58,8 @@ jobs:
|
||||||
- name: Deploy Release image to GitHub Package Registry
|
- name: Deploy Release image to GitHub Package Registry
|
||||||
env:
|
env:
|
||||||
# Set the Env Vars
|
# Set the Env Vars
|
||||||
DOCKER_USERNAME: ${{ secrets.GPR_USERNAME }}
|
GPR_USERNAME: ${{ secrets.GPR_USERNAME }}
|
||||||
DOCKER_PASSWORD: ${{ secrets.GPR_PASSWORD }}
|
GPR_TOKEN: ${{ secrets.GPR_TOKEN }}
|
||||||
IMAGE_REPO: github/super-linter
|
IMAGE_REPO: github/super-linter
|
||||||
IMAGE_VERSION: ${{ github.event.release.tag_name }}
|
IMAGE_VERSION: ${{ github.event.release.tag_name }}
|
||||||
DOCKERFILE_PATH: Dockerfile
|
DOCKERFILE_PATH: Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue