File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - cron : ' 30 */4 * * *'
66 push :
77 branches : ['master']
8+ workflow_dispatch :
89
910jobs :
1011 docker :
@@ -39,18 +40,18 @@ jobs:
3940 cat Dockerfile
4041
4142 - name : Build images
42- run : docker build -t ghcr.io/psalm /psalm-security-scan:${{ steps.fetch_version.outputs.last }} -t ghcr.io/psalm /psalm-security-scan:latest .
43+ run : docker build -t ghcr.io/MbinOrg /psalm-security-scan:${{ steps.fetch_version.outputs.last }} -t ghcr.io/MbinOrg /psalm-security-scan:latest .
4344
4445 - name : Publish
4546 run : |
46- docker push ghcr.io/psalm /psalm-security-scan:${{ steps.fetch_version.outputs.last }}
47- docker push ghcr.io/psalm /psalm-security-scan:latest
47+ docker push ghcr.io/MbinOrg /psalm-security-scan:${{ steps.fetch_version.outputs.last }}
48+ docker push ghcr.io/MbinOrg /psalm-security-scan:latest
4849
4950 - name : Update action.yml
5051 run : |
5152 git config --global user.name "psalmbot"
5253 git config --global user.email "bot@noreply.psalm.dev"
53- yq -i ".runs.image = \"docker://ghcr.io/psalm /psalm-security-scan:${{ steps.fetch_version.outputs.last }}\"" action.yml
54+ yq -i ".runs.image = \"docker://ghcr.io/MbinOrg /psalm-security-scan:${{ steps.fetch_version.outputs.last }}\"" action.yml
5455 # Push commit when a file change has been made, skip if the commit would be empty
5556 git commit -m "Add newer psalm docker image version ${{ steps.fetch_version.outputs.last }}" action.yml &&
5657 git push origin master ||
You can’t perform that action at this time.
0 commit comments