File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ||
You can’t perform that action at this time.
0 commit comments