Skip to content

Commit 53bf6fb

Browse files
committed
fix: remove login to dockerhub from workflow
1 parent e8a56fc commit 53bf6fb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/branch.yml

Lines changed: 3 additions & 7 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,19 +62,13 @@ 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
7268
with:
7369
# list of Docker images to use as base name for tags
7470
images: |
75-
ghcr.io/settlemint/chaincode-typescript-empty-pdc
71+
ghcr.io/settlemint/chaincode-typescript-empty
7672
# generate Docker tags based on the following events/attributes
7773
tags: |
7874
type=schedule

0 commit comments

Comments
 (0)