mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-29 01:21:05 -05:00
remove dockerhub push for now (#4315)
This commit is contained in:
parent
bc1ce87416
commit
ab9c025ae4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
secrets: |
|
secrets: |
|
||||||
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
tags: |
|
tags: |
|
||||||
github/super-linter:${{ matrix.images.prefix }}latest
|
# github/super-linter:${{ matrix.images.prefix }}latest
|
||||||
ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest
|
ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest
|
||||||
target: "${{ matrix.images.target }}"
|
target: "${{ matrix.images.target }}"
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
status: ${{ job.status }}
|
status: ${{ job.status }}
|
||||||
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
|
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
|
||||||
env: ${{ steps.deployment.outputs.env }}
|
env: ${{ steps.deployment.outputs.env }}
|
||||||
env_url: https://github.com/github/super-linter
|
env_url: https://github.com/super-linter/super-linter
|
||||||
|
|
||||||
- name: Create Issue on Failure
|
- name: Create Issue on Failure
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
|
|
Loading…
Reference in a new issue