This commit is contained in:
parent
ae3bda17e1
commit
503f84fc7a
@ -14,6 +14,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
|
name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
-
|
-
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
@ -38,9 +41,6 @@ jobs:
|
|||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# ${{ steps.get-hash.outputs.hash }}
|
# ${{ steps.get-hash.outputs.hash }}
|
||||||
# -
|
# -
|
||||||
# name: Set up Docker Buildx
|
|
||||||
# uses: docker/setup-buildx-action@v3
|
|
||||||
# -
|
|
||||||
# name: Login to Docker Hub
|
# name: Login to Docker Hub
|
||||||
# uses: docker/login-action@v3
|
# uses: docker/login-action@v3
|
||||||
# with:
|
# with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user