We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c733b + 1db6954 commit 612a5a8Copy full SHA for 612a5a8
.github/workflows/docker-multiarch.yaml
@@ -82,21 +82,6 @@ jobs:
82
cache-from: type=gha
83
cache-to: type=gha,mode=max
84
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
100
security-scan:
101
runs-on: ubuntu-latest
102
needs: build-and-push
0 commit comments