We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d55204 commit e8bb2d3Copy full SHA for e8bb2d3
.github/workflows/cd.yaml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
token: ${{ github.token }}
19
tag: ${{ github.ref_name }}
20
+ excludeTypes: build,docs,other,style
21
+ excludeScopes: ci,cicd
22
23
- name: Create Release
24
uses: ncipollo/release-action@v1.14.0
@@ -54,4 +56,4 @@ jobs:
54
56
uses: docker/build-push-action@v6
55
57
58
push: true
- 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