Skip to content

Commit 612a5a8

Browse files
authored
Merge pull request #506 from zalando-incubator/fix-publish
Don't publish e2e docker image
2 parents 37c733b + 1db6954 commit 612a5a8

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/docker-multiarch.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,6 @@ jobs:
8282
cache-from: type=gha
8383
cache-to: type=gha,mode=max
8484

85-
- name: Build and push E2E Docker image
86-
if: github.event_name != 'pull_request'
87-
run: |
88-
# Build E2E binary for amd64 only (typically sufficient for testing)
89-
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go test -c -o build/linux/amd64/e2e ./cmd/e2e
90-
91-
# Build and push E2E image
92-
docker buildx build \
93-
--platform linux/amd64 \
94-
--file ./Dockerfile.e2e \
95-
--tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-e2e:${{ github.sha }} \
96-
--tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-e2e:latest \
97-
--push \
98-
.
99-
10085
security-scan:
10186
runs-on: ubuntu-latest
10287
needs: build-and-push

0 commit comments

Comments
 (0)