Skip to content

Commit

Permalink
fix(action): using 0.4.2 version docker buildx
Browse files Browse the repository at this point in the history
Signed-off-by: pawan <pawan@mayadata.io>
  • Loading branch information
pawanpraka1 committed Dec 15, 2020
1 parent e72e1ce commit 0041017
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.4.2

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.4.2

- name: Build Image
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.4.2

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 0041017

Please sign in to comment.