8000 Remove docker section of publish · miguelamendez/llama-cpp-python@36c8148 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36c8148

Browse files
committed
Remove docker section of publish
1 parent 5d5421b commit 36c8148

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,3 @@ jobs:
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
password: ${{ secrets.PYPI_API_TOKEN }}
32-
33-
docker:
34-
name: Build and push Docker image
35-
runs-on: ubuntu-latest
36-
needs: build-n-publish
37-
steps:
38-
- name: Checkout
39-
uses: actions/checkout@v3
40-
41-
- name: Set up QEMU
42-
uses: docker/setup-qemu-action@v2
43-
44-
- name: Set up Docker Buildx
45-
uses: docker/setup-buildx-action@v2
46-
47-
- name: Login to GitHub Container Registry
48-
uses: docker/login-action@v2
49-
with:
50-
registry: ghcr.io
51-
username: ${{ github.repository_owner }}
52-
password: ${{ secrets.GITHUB_TOKEN }}
53-
54-
- name: Build and push
55-
uses: docker/build-push-action@v4
56-
with:
57-
push: true # push to registry
58-
pull: true # always fetch the latest base images
59-
platforms: linux/amd64,linux/arm64 # build for both amd64 and arm64
60-
tags: ghcr.io/abetlen/llama-cpp-python:latest

0 commit comments

Comments
 (0)
0