We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c33885 commit feba1c6Copy full SHA for feba1c6
1 file changed
.github/workflows/build-cli.yaml
@@ -21,11 +21,6 @@ jobs:
21
runs-on: self-hosted
22
steps:
23
- 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 }}
29
- name: Configure QEMU
30
uses: docker/setup-qemu-action@v3
31
- name: Configure docker
@@ -53,11 +48,6 @@ jobs:
53
48
image: ${{ steps.meta.outputs.tags }}
54
49
55
50
56
57
58
59
60
61
51
- name: Login to GitHub Container Registry
62
52
uses: docker/login-action@v3
63
with:
0 commit comments