This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
build(deps): Bump docker/setup-buildx-action from 1.5.0 to 1.6.0 (
#6903
)
pull/6907/head
dependabot[bot]
3 years ago
committed by
GitHub
parent
5ee39f05b9
commit
4bab061cb2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/docker.yml
+1
-1
.github/workflows/proto-docker.yml
+ 1
- 1
.github/workflows/docker.yml
View File
@ -40,7 +40,7 @@ jobs:
platforms
:
all
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1.
5
.0
uses
:
docker/setup-buildx-action@v1.
6
.0
-
name
:
Login to DockerHub
if
:
${{ github.event_name != 'pull_request' }}
+ 1
- 1
.github/workflows/proto-docker.yml
View File
@ -34,7 +34,7 @@ jobs:
echo ::set-output name=tags::${TAGS}
-
name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v1.
5
.0
uses
:
docker/setup-buildx-action@v1.
6
.0
-
name
:
Login to DockerHub
uses
:
docker/login-action@v1.10.0
Write
Preview
Loading…
Cancel
Save