Skip to content

Commit

Permalink
Add buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Sep 10, 2022
1 parent 769c2bb commit b93a4dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
tags: |
type=semver,pattern={{raw}}
- name: Set up Docker Buildx
id: 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 b93a4dd

Please sign in to comment.