mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Add missing secrets
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
e5cf70e6f1
commit
de0d0f7cee
2 changed files with 4 additions and 0 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -67,6 +67,8 @@ jobs:
|
|||
BUILD_VERSION=${{ github.sha }}
|
||||
load: false
|
||||
push: true
|
||||
secrets: |
|
||||
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
tags: |
|
||||
github/super-linter:${{ matrix.images.prefix }}latest
|
||||
ghcr.io/github/super-linter:${{ matrix.images.prefix }}latest
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -42,6 +42,8 @@ jobs:
|
|||
BUILD_VERSION=${{ github.sha }}
|
||||
load: true
|
||||
push: false
|
||||
secrets: |
|
||||
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
tags: ghcr.io/github/super-linter:${{ matrix.images.target }}
|
||||
target: "${{ matrix.images.target }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue