mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
log in to docker hub actions added for ci-build-on-merge workflow
This commit is contained in:
parent
81311324ab
commit
3c51927385
2 changed files with 10 additions and 10 deletions
10
.github/workflows/docker-build-hell-arm64.yml
vendored
10
.github/workflows/docker-build-hell-arm64.yml
vendored
|
|
@ -22,11 +22,11 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
# Log in to Docker Hub – store secrets in repo → Settings → Secrets and variables → Actions
|
||||
# - name: Log in to Docker Hub
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
# Build (and optionally push) the image
|
||||
- name: Build and push image
|
||||
|
|
|
|||
10
.github/workflows/docker-build-hell.yml
vendored
10
.github/workflows/docker-build-hell.yml
vendored
|
|
@ -22,11 +22,11 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
# Log in to Docker Hub – store secrets in repo → Settings → Secrets and variables → Actions
|
||||
# - name: Log in to Docker Hub
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
# Build (and optionally push) the image
|
||||
- name: Build and push image
|
||||
|
|
|
|||
Loading…
Reference in a new issue