Skip to content

Commit

Permalink
chore(build): update the buildx action verison (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Dec 30, 2020
1 parent 18a07d2 commit 20a1ddf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.5.1

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.5.1

- 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 @@ -52,7 +52,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.5.1

- name: Build Image
env:
Expand Down
4 changes: 2 additions & 2 deletions .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.5.1

- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.5.1

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

0 comments on commit 20a1ddf

Please sign in to comment.