Skip to content

Commit

Permalink
Use crazy-max/ghaction-docker-buildx@v1
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 22, 2019
1 parent 5cc99c5 commit f3fa386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@master
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@master
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest

Expand Down

0 comments on commit f3fa386

Please sign in to comment.