Skip to content

Commit c0fbf3d

Browse files
committed
remove docker push
1 parent dc1b2b4 commit c0fbf3d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Publish
2-
32
on:
43
push:
54
tags:
@@ -60,20 +59,6 @@ jobs:
6059
registry: ghcr.io
6160
username: ${{ github.repository_owner }}
6261
password: ${{ secrets.GITHUB_TOKEN }}
63-
- name: Build and push by digest
64-
id: build
65-
uses: docker/build-push-action@v6
66-
with:
67-
context: "."
68-
file: "./Dockerfile"
69-
tags: ${{ env.REGISTRY_IMAGE }}
70-
labels: ${{ steps.meta.outputs.labels }}
71-
platforms: ${{ matrix.platforms.platform }}
72-
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
73-
cache-from: type=gha
74-
cache-to: type=gha,mode=max
75-
build-args: |
76-
GIT_COMMIT=${{ github.sha }}
7762
- name: Export digest
7863
run: |
7964
mkdir -p ${{ runner.temp }}/digests

0 commit comments

Comments
 (0)