mirror of https://github.com/docker/buildx.git
ci: checkout step for scout job
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
d4c4632cf6
commit
bc2748da59
|
@ -338,6 +338,9 @@ jobs:
|
|||
needs:
|
||||
- bin-image
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v3
|
||||
|
|
Loading…
Reference in New Issue