Skip to content

Commit

Permalink
add action to setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Dec 28, 2022
1 parent 998cf0c commit 56a64c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: "actions/setup-go@v3"
with:
go-version: "1.19"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: "Login"
uses: "docker/login-action@v2"
with:
Expand Down

0 comments on commit 56a64c1

Please sign in to comment.