Skip to content

Commit a6cbd09

Browse files
Add Docker Buildx setup to CI workflow
Added Docker Buildx setup step to CI workflow.
1 parent b9eb687 commit a6cbd09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-agents.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
type=sha,prefix=sha-
9393
type=raw,value=latest,enable={{is_default_branch}}
9494
95+
- name: Set up Docker Buildx
96+
uses: docker/setup-buildx-action@v3
97+
9598
- name: Build and push Agents Docker image
9699
uses: docker/build-push-action@v5
97100
with:

0 commit comments

Comments
 (0)