There was an error while loading. Please reload this page.
1 parent c47883b commit b5c4347Copy full SHA for b5c4347
1 file changed
.github/workflows/build-pipeline.yml
@@ -60,6 +60,9 @@ jobs:
60
type=raw,value=ops,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'rc') }}
61
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'rc') }}
62
63
+ - name: Set up Docker Buildx
64
+ uses: docker/setup-buildx-action@v4
65
+
66
- name: Build and push Docker image
67
uses: docker/build-push-action@v6
68
with:
0 commit comments