File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments