mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update deploy-test.yml
update tasks
This commit is contained in:
parent
841ccafdfe
commit
4b2703c9ef
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-test.yml
vendored
6
.github/workflows/deploy-test.yml
vendored
|
|
@ -14,13 +14,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PAT }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue