Skip to content

Commit ff7ca81

Browse files
Remove EKS from publish all operators (#1510)
1 parent 2514ba4 commit ff7ca81

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/publish-all-operators.yaml

+1-15
Original file line numberDiff line numberDiff line change
@@ -146,19 +146,11 @@ jobs:
146146
operator_run_number: ${{ github.run_id }}
147147
secrets: inherit
148148

149-
buildEKS:
150-
name: Build AWS EKS Docker
151-
needs: [start, buildAWS]
152-
uses: ./.github/workflows/publish-aws-eks-nitro-enclave-docker.yaml
153-
with:
154-
operator_run_number: ${{ github.run_id }}
155-
secrets: inherit
156-
157149
createRelease:
158150
name: Create Release
159151
runs-on: ubuntu-latest
160152
if: github.event_name == 'workflow_dispatch'
161-
needs: [start, buildPublic, buildGCP, buildAzure, buildAWS, buildAMI, buildEKS]
153+
needs: [start, buildPublic, buildGCP, buildAzure, buildAWS, buildAMI]
162154
steps:
163155
- name: Checkout repo
164156
uses: actions/checkout@v4
@@ -195,12 +187,6 @@ jobs:
195187
pattern: 'aws-ami-ids-*'
196188
path: ./manifests/aws_ami
197189

198-
- name: Download AWS EKS manifest
199-
uses: actions/download-artifact@v4
200-
with:
201-
pattern: 'aws-eks-enclave-ids-*'
202-
path: ./manifests/aws_eks
203-
204190
- name: Download Deployment Files
205191
uses: actions/download-artifact@v4
206192
with:

0 commit comments

Comments
 (0)