Skip to content

Commit 88b475b

Browse files
committed
remove gokakashi pipeline
1 parent 41f4247 commit 88b475b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ndc-python-lambda-connector.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v4
8585

86-
- name: Set up containerd
87-
uses: crazy-max/ghaction-setup-containerd@v3
88-
89-
- name: Fix containerd socket permissions
90-
run: |
91-
sudo chgrp docker /run/containerd/containerd.sock
92-
9386
- name: Set up QEMU
9487
uses: docker/setup-qemu-action@v3
9588

@@ -117,7 +110,7 @@ jobs:
117110
platforms: linux/amd64,linux/arm64
118111
tags: ${{ steps.docker-metadata.outputs.tags }}
119112
labels: ${{ steps.docker-metadata.outputs.labels }}
120-
113+
121114
release-connector:
122115
name: Release connector
123116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)