Skip to content

Commit a1ee590

Browse files
authored
Update watch.yml
1 parent 7883789 commit a1ee590

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/watch.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: '30 */4 * * *'
66
push:
77
branches: ['master']
8+
workflow_dispatch:
89

910
jobs:
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 ||

0 commit comments

Comments
 (0)