Skip to content

Commit

Permalink
chore(build): update the buildx action verison (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Dec 29, 2020
1 parent 7901c35 commit 1041487
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 @@ -108,7 +108,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
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1
with:
version: latest
version: v0.5.1

- name: Build Image
env:
Expand All @@ -76,7 +76,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 @@ -84,7 +84,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 pkg/version/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
validCurrentVersions = map[string]bool{
"1.10.0": true, "1.11.0": true, "1.12.0": true,
"2.0.0": true, "2.1.0": true, "2.2.0": true, "2.3.0": true,
"2.4.0": true,
"2.4.0": true, "2.4.1": true, "2.5.0": true,
}
validDesiredVersion = strings.Split(GetVersion(), "-")[0]
)
Expand Down

0 comments on commit 1041487

Please sign in to comment.