We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d8d8a7 + 695d8b5 commit c41e15cCopy full SHA for c41e15c
.github/workflows/release.yaml
@@ -77,7 +77,4 @@ jobs:
77
78
- name: Build and push Docker image
79
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 .
+ 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