File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515 - Pipfile
1616 - Pipfile.lock
1717 - .devcontainer/Dockerfile
18+ workflow_dispatch :
1819
1920jobs :
2021 build-and-publish :
4344 context : .
4445 file : .devcontainer/Dockerfile
4546 push : true
46- tags : ghcr.io/${{ github.repository_owner }}/project-python :latest
47+ tags : ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} :latest
Original file line number Diff line number Diff line change 2020 build-doc :
2121 runs-on : ubuntu-latest
2222 container :
23- image : ghcr.io/${{ github.repository_owner }}/project-python :latest
23+ image : ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} :latest
2424 options : --user 1001
2525 steps :
2626 - name : Checkout code
3737 build-package :
3838 runs-on : ubuntu-latest
3939 container :
40- image : ghcr.io/${{ github.repository_owner }}/project-python :latest
40+ image : ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} :latest
4141 options : --user 1001
4242 steps :
4343 - name : Checkout code
5454 lint-package :
5555 runs-on : ubuntu-latest
5656 container :
57- image : ghcr.io/${{ github.repository_owner }}/project-python :latest
57+ image : ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} :latest
5858 options : --user 1001
5959 steps :
6060 - name : Checkout code
7272 test-package :
7373 runs-on : ubuntu-latest
7474 container :
75- image : ghcr.io/${{ github.repository_owner }}/project-python :latest
75+ image : ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }} :latest
7676 options : --user 1001
7777 steps :
7878 - name : Checkout code
You can’t perform that action at this time.
0 commit comments