Skip to content

Commit b5c4347

Browse files
committed
enable docker build advanced features for caching
1 parent c47883b commit b5c4347

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
type=raw,value=ops,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'rc') }}
6161
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'rc') }}
6262
63+
- name: Set up Docker Buildx
64+
uses: docker/setup-buildx-action@v4
65+
6366
- name: Build and push Docker image
6467
uses: docker/build-push-action@v6
6568
with:

0 commit comments

Comments
 (0)