Skip to content

Commit f899a7f

Browse files
committed
fix: remove login to dockerhub from workflow
1 parent 8f47dc8 commit f899a7f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/branch.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cache
5050
out
5151
~/.node_modules
52+
~/.npm
53+
~/.bun/install/cache
5254
5355
- name: Install Cosign
5456
uses: sigstore/cosign-installer@v3
@@ -60,12 +62,6 @@ jobs:
6062
username: ${{ github.repository_owner }}
6163
password: ${{ secrets.GITHUB_TOKEN }}
6264

63-
- name: Login to DockerHub
64-
uses: docker/login-action@v3
65-
with:
66-
username: ${{ secrets.DOCKERHUB_USER }}
67-
password: ${{ secrets.DOCKERHUB_PASS }}
68-
6965
- name: Docker meta
7066
id: docker_meta
7167
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)