We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28952bb commit 2793ff7Copy full SHA for 2793ff7
.github/workflows/ci.yml
@@ -11,10 +11,9 @@ jobs:
11
- name: Build
12
uses: elgohr/Publish-Docker-Github-Action@master
13
with:
14
- name: docker.pkg.github.com/phpdocumentor/coding-standard/phpcs
15
- username: ${{ github.actor }}
16
- password: ${{ secrets.GITHUB_TOKEN }}
17
- registry: docker.pkg.github.com
+ name: phpdoc/phpcs-ga
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
18
19
- name: self-run
20
uses: ./
action.yml
@@ -5,4 +5,4 @@ branding:
5
icon: crosshair
6
runs:
7
using: docker
8
- image: docker://docker.pkg.github.com/phpdocumentor/coding-standard/phpcs:latest
+ image: docker://phpdoc/phpcs-ga:latest
0 commit comments