From e8bb2d384414443025bd1d2f9f74d82ee909f45b Mon Sep 17 00:00:00 2001 From: WoodenMaiden Date: Thu, 26 Sep 2024 12:42:38 +0200 Subject: [PATCH] chore(cd): change docker image name --- .github/workflows/cd.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 3798037..2ad826e 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -17,6 +17,8 @@ jobs: with: token: ${{ github.token }} tag: ${{ github.ref_name }} + excludeTypes: build,docs,other,style + excludeScopes: ci,cicd - name: Create Release uses: ncipollo/release-action@v1.14.0 @@ -54,4 +56,4 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: ghcr.io/timecopsync/crud:${{ steps.no-v.outputs.no-v }},ghcr.io/timecopsync/crud:latest + tags: ghcr.io/timecopsync/project-api:${{ steps.no-v.outputs.no-v }},ghcr.io/timecopsync/project-api:latest