Add missing secrets

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2023-01-04 22:43:51 -05:00
parent e5cf70e6f1
commit de0d0f7cee
2 changed files with 4 additions and 0 deletions

View file

@ -67,6 +67,8 @@ jobs:
BUILD_VERSION=${{ github.sha }} BUILD_VERSION=${{ github.sha }}
load: false load: false
push: true push: true
secrets: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
tags: | tags: |
github/super-linter:${{ matrix.images.prefix }}latest github/super-linter:${{ matrix.images.prefix }}latest
ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest

View file

@ -42,6 +42,8 @@ jobs:
BUILD_VERSION=${{ github.sha }} BUILD_VERSION=${{ github.sha }}
load: true load: true
push: false push: false
secrets: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
tags: ghcr.io/github/super-linter:${{ matrix.images.target }} tags: ghcr.io/github/super-linter:${{ matrix.images.target }}
target: "${{ matrix.images.target }}" target: "${{ matrix.images.target }}"