Skip to content

Commit 2793ff7

Browse files
committed
Move to docker hub for now
1 parent 28952bb commit 2793ff7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
- name: Build
1212
uses: elgohr/Publish-Docker-Github-Action@master
1313
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
14+
name: phpdoc/phpcs-ga
15+
username: ${{ secrets.DOCKER_USERNAME }}
16+
password: ${{ secrets.DOCKER_PASSWORD }}
1817

1918
- name: self-run
2019
uses: ./

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ branding:
55
icon: crosshair
66
runs:
77
using: docker
8-
image: docker://docker.pkg.github.com/phpdocumentor/coding-standard/phpcs:latest
8+
image: docker://phpdoc/phpcs-ga:latest

0 commit comments

Comments
 (0)