Skip to content

Commit 0dc8482

Browse files
committed
chore: exclude ghcr
1 parent 3de8095 commit 0dc8482

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,3 @@ jobs:
3838
- run: uv publish --token "${{ env.PYPI_TOKEN }}"
3939
env:
4040
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 }}

0 commit comments

Comments
 (0)