Skip to content

Commit 35d39bb

Browse files
remove single arch step whcih is not required
1 parent f05ef85 commit 35d39bb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -156,20 +156,6 @@ jobs:
156156
push: ${{ github.event_name != 'pull_request' }}
157157
tags: ${{ steps.single-arch-meta-arm64.outputs.tags }}
158158
labels: ${{ steps.single-arch-meta-arm64.outputs.labels }}
159-
- name: OCI Metadata for single-arch ppc64le image
160-
#if: startsWith(github.ref, 'refs/tags/v')
161-
id: single-arch-meta-ppc64le
162-
uses: docker/metadata-action@v4
163-
with:
164-
# list of Docker images to use as base name for tags
165-
images: |
166-
rabbitmqoperator/cluster-operator
167-
flavor: |
168-
latest=false
169-
# generate Docker tags based on the following events/attributes
170-
tags: |
171-
type=semver,pattern={{version}},suffix=-ppc64le,latest=false
172-
type=sha,suffix=-ppc64le,latest=false
173159
- name: Build manifest
174160
if: github.event_name != 'pull_request'
175161
env:

0 commit comments

Comments
 (0)