This commit is contained in:
Lucas Gravley 2020-06-23 14:57:30 -05:00
parent b8608095da
commit f94c19f8e2

View file

@ -58,8 +58,8 @@ jobs:
- name: Deploy Release image to GitHub Package Registry
env:
# Set the Env Vars
DOCKER_USERNAME: ${{ secrets.GPR_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.GPR_PASSWORD }}
GPR_USERNAME: ${{ secrets.GPR_USERNAME }}
GPR_TOKEN: ${{ secrets.GPR_TOKEN }}
IMAGE_REPO: github/super-linter
IMAGE_VERSION: ${{ github.event.release.tag_name }}
DOCKERFILE_PATH: Dockerfile