Skip to content

Commit

Permalink
Merge pull request #519 from doitintl/fix/missingBuildx
Browse files Browse the repository at this point in the history
fix: Missing buildx added to ci
  • Loading branch information
dark0dave authored Aug 17, 2023
2 parents f566f4a + 2ec21a9 commit 6de5dd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push Docker image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 6de5dd5

Please sign in to comment.