Skip to content

Commit 6de5dd5

Browse files
authored
Merge pull request #519 from doitintl/fix/missingBuildx
fix: Missing buildx added to ci
2 parents f566f4a + 2ec21a9 commit 6de5dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ jobs:
177177
registry: ${{ env.REGISTRY }}
178178
username: ${{ github.actor }}
179179
password: ${{ secrets.GITHUB_TOKEN }}
180+
- name: Set up Docker Buildx
181+
uses: docker/setup-buildx-action@v2
180182
- name: Build and push Docker image
181183
uses: docker/build-push-action@v3
182184
with:

0 commit comments

Comments
 (0)