mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -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: |
|
||||
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||
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
|
||||
target: "${{ matrix.images.target }}"
|
||||
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
status: ${{ job.status }}
|
||||
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
|
||||
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
|
||||
uses: actions/github-script@v6
|
||||
|
|
Loading…
Reference in a new issue