Skip to content

Commit 695d8b5

Browse files
more testing
Signed-off-by: Nicholas Bucher <[email protected]>
1 parent 34a4c45 commit 695d8b5

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)