Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 36c8148

Browse filesBrowse files
committed
Remove docker section of publish
1 parent 5d5421b commit 36c8148
Copy full SHA for 36c8148

File tree

Expand file treeCollapse file tree

1 file changed

+0
-29
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-29
lines changed

‎.github/workflows/publish.yaml

Copy file name to clipboardExpand all lines: .github/workflows/publish.yaml
-29Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.