Skip to content

Commit 45c15a0

Browse files
authored
Update watch.yml
1 parent b9f66b1 commit 45c15a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/watch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ jobs:
4040
cat Dockerfile
4141
4242
- name: Build images
43-
run: docker build -t ghcr.io/MbinOrg/psalm-security-scan:${{ steps.fetch_version.outputs.last }} -t ghcr.io/MbinOrg/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 .
4444

4545
- name: Publish
4646
run: |
47-
docker push ghcr.io/MbinOrg/psalm-security-scan:${{ steps.fetch_version.outputs.last }}
48-
docker push ghcr.io/MbinOrg/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
4949
5050
- name: Update action.yml
5151
run : |
5252
git config --global user.name "psalmbot"
5353
git config --global user.email "bot@noreply.psalm.dev"
54-
yq -i ".runs.image = \"docker://ghcr.io/MbinOrg/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
5555
# Push commit when a file change has been made, skip if the commit would be empty
5656
git commit -m "Add newer psalm docker image version ${{ steps.fetch_version.outputs.last }}" action.yml &&
5757
git push origin master ||

0 commit comments

Comments
 (0)