Skip to content

Commit

Permalink
Merge pull request super-linter#674 from leviem1/use-ghcr
Browse files Browse the repository at this point in the history
Move to GitHub Container Registry
  • Loading branch information
admiralAwkbar authored Sep 4, 2020
2 parents c58bab2 + 9d2624c commit fc938bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stack-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: docker://github/super-linter:latest
uses: docker://ghcr.io/github/super-linter:latest
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: 'GitHub'
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://github/super-linter:v3'
image: 'docker://ghcr.io/github/super-linter:v3'
branding:
icon: 'check-square'
color: 'white'

0 comments on commit fc938bd

Please sign in to comment.