We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a4c45 commit 695d8b5Copy full SHA for 695d8b5
.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