Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 4a05eda

Browse files
committed
Revert "chore: Login to docker registries in snapshot workflow (#1123)"
This reverts commit c0cf78f.
1 parent 4ed3675 commit 4a05eda

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/snapshot.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,9 @@ jobs:
4949
exportToken: false
5050
secrets: |
5151
kv/npm-registry/basicauth/ci token | NODE_AUTH_TOKEN;
52-
kv/hub.docker.com/fluencebot username | DOCKER_HUB_USERNAME ;
53-
kv/hub.docker.com/fluencebot password | DOCKER_HUB_PASSWORD ;
54-
kv/docker-registry/basicauth/ci username | DOCKER_USERNAME ;
55-
kv/docker-registry/basicauth/ci password | DOCKER_PASSWORD ;
5652
kv/ci/fcli-binaries id | AWS_ACCESS_KEY_ID ;
5753
kv/ci/fcli-binaries secret | AWS_SECRET_ACCESS_KEY
5854
59-
- name: Login to Docker Hub
60-
uses: docker/login-action@v3
61-
with:
62-
username: ${{ env.DOCKER_HUB_USERNAME }}
63-
password: ${{ env.DOCKER_HUB_PASSWORD }}
64-
65-
- name: Login to private docker registry
66-
uses: docker/login-action@v3
67-
with:
68-
registry: docker.fluence.dev
69-
username: ${{ env.DOCKER_USERNAME }}
70-
password: ${{ env.DOCKER_PASSWORD }}
71-
72-
7355
- name: Setup node with self-hosted npm registry
7456
uses: actions/setup-node@v4
7557
with:

0 commit comments

Comments
 (0)