File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 username : ${{ github.actor }}
2020 password : ${{ secrets.GITHUB_TOKEN }}
2121 - name : Build container
22- run : docker build -t ghcr.io/diffCheckOrg /diffcheck-windows:latest ${{ github.workspace }}/tests/dockerfiles/windows
22+ run : docker build -t ghcr.io/diffcheckorg /diffcheck-windows:latest ${{ github.workspace }}/tests/dockerfiles/windows
2323 - name : Push
24- run : docker push ghcr.io/diffCheckOrg /diffcheck-windows:latest
24+ run : docker push ghcr.io/diffcheckorg /diffcheck-windows:latest
2525
2626 configure-and-build :
2727 needs : build-container
2828 runs-on : ubuntu-latest
2929 container :
30- image : ghcr.io/diffCheckOrg /diffcheck-windows:latest
30+ image : ghcr.io/diffcheckorg /diffcheck-windows:latest
3131 steps :
3232 - uses : actions/checkout@v4
3333 with :
You can’t perform that action at this time.
0 commit comments