Skip to content

Commit c41e15c

Browse files
Merge pull request #119 from solo-io/charlesthebird/multiArchImage2
more testing
2 parents 9d8d8a7 + 695d8b5 commit c41e15c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,4 @@ jobs:
7777
7878
- name: Build and push Docker image
7979
run: |
80-
docker buildx build --push --platform linux/amd64,linux/arm64 \
81-
--progress=plain
82-
--tag gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG} \
83-
--tag gcr.io/solo-public/docs/portal-frontend:latest .
80+
docker buildx build --push --platform linux/amd64,linux/arm64 --progress=plain --tag gcr.io/solo-public/docs/portal-frontend:${RELEASE_TAG} --tag gcr.io/solo-public/docs/portal-frontend:latest .

0 commit comments

Comments
 (0)