File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 publish :
1212 runs-on : ubuntu-latest
1313 if : github.ref_name == 'main' || startsWith(github.ref_name, 'release/')
14+ permissions :
15+ contents : read
16+ packages : write
1417
1518 steps :
1619 - uses : actions/checkout@v6.0.3
3841 with :
3942 password : ${{ secrets.PYPI_API_TOKEN }}
4043
41- publish-docker :
42- needs : publish
43- runs-on : ubuntu-latest
44- if : github.ref_name == 'main' || startsWith(github.ref_name, 'release/')
45- permissions :
46- contents : read
47- packages : write
48-
49- steps :
50- - uses : actions/checkout@v6.0.3
51- with :
52- fetch-depth : 0
53-
5444 - name : Log in to GitHub Container Registry
5545 uses : docker/login-action@v3
5646 with :
7464 context : .
7565 push : true
7666 tags : ${{ steps.meta.outputs.tags }}
77- labels : ${{ steps.meta.outputs.labels }}
67+ labels : ${{ steps.meta.outputs.labels }}
68+ build-args : |
69+ WHEEL=dist/*.whl
You can’t perform that action at this time.
0 commit comments