Skip to content

Commit feba1c6

Browse files
Update build-cli.yaml
Signed-off-by: Rob Landers <landers.robert@gmail.com>
1 parent 2c33885 commit feba1c6

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/build-cli.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
runs-on: self-hosted
2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Login to Docker Hub
25-
uses: docker/login-action@v3
26-
with:
27-
username: ${{ secrets.HUB_USERNAME }}
28-
password: ${{ secrets.HUB_PASSWORD }}
2924
- name: Configure QEMU
3025
uses: docker/setup-qemu-action@v3
3126
- name: Configure docker
@@ -53,11 +48,6 @@ jobs:
5348
image: ${{ steps.meta.outputs.tags }}
5449
steps:
5550
- uses: actions/checkout@v4
56-
- name: Login to Docker Hub
57-
uses: docker/login-action@v3
58-
with:
59-
username: ${{ secrets.HUB_USERNAME }}
60-
password: ${{ secrets.HUB_PASSWORD }}
6151
- name: Login to GitHub Container Registry
6252
uses: docker/login-action@v3
6353
with:

0 commit comments

Comments
 (0)