File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 38
38
- run : uv publish --token "${{ env.PYPI_TOKEN }}"
39
39
env :
40
40
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
41
- ghcr :
42
- needs : release
43
- runs-on : ubuntu-latest
44
- steps :
45
- - uses : actions/checkout@v4
46
- - uses : docker/metadata-action@v5
47
- id : meta
48
- with :
49
- images : ghcr.io/${{ github.repository }}
50
- tags : |
51
- type=semver,pattern={{version}}
52
- type=semver,pattern={{major}}.{{minor}}
53
- - uses : docker/login-action@v3
54
- with :
55
- registry : ghcr.io
56
- username : ${{ github.repository_owner }}
57
- password : ${{ secrets.GITHUB_TOKEN }}
58
- - uses : docker/build-push-action@v6
59
- with :
60
- context : .
61
- push : true
62
- tags : ${{ steps.meta.outputs.tags }}
63
- labels : ${{ steps.meta.outputs.labels }}
64
- build-args : |
65
- VERSION=${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments