Skip to content

Commit e8bb2d3

Browse files
committed
chore(cd): change docker image name
1 parent 7d55204 commit e8bb2d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
token: ${{ github.token }}
1919
tag: ${{ github.ref_name }}
20+
excludeTypes: build,docs,other,style
21+
excludeScopes: ci,cicd
2022

2123
- name: Create Release
2224
uses: ncipollo/release-action@v1.14.0
@@ -54,4 +56,4 @@ jobs:
5456
uses: docker/build-push-action@v6
5557
with:
5658
push: true
57-
tags: ghcr.io/timecopsync/crud:${{ steps.no-v.outputs.no-v }},ghcr.io/timecopsync/crud:latest
59+
tags: ghcr.io/timecopsync/project-api:${{ steps.no-v.outputs.no-v }},ghcr.io/timecopsync/project-api:latest

0 commit comments

Comments
 (0)