Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 76bb530

Browse files
committed
chore: pnpm-workspace
1 parent ba4760d commit 76bb530

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CD-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
file: apps/master/Dockerfile
1818
context: .
1919
tags: premid/api-master
20-
version: dev-${{ github.sha }}-${{ github.run_number }}
20+
version: ${{ github.sha }}-${{ github.run_number }}
2121
secrets:
2222
GH_NPM_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
2323
permissions:
@@ -30,7 +30,7 @@ jobs:
3030
file: apps/worker/Dockerfile
3131
context: .
3232
tags: premid/api-worker
33-
version: dev-${{ github.sha }}-${{ github.run_number }}
33+
version: ${{ github.sha }}-${{ github.run_number }}
3434
secrets:
3535
GH_NPM_TOKEN: ${{ secrets.GH_NPM_TOKEN }}
3636
permissions:

0 commit comments

Comments
 (0)