Skip to content

Commit

Permalink
chore(cd): change docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodenMaiden committed Sep 26, 2024
1 parent 7d55204 commit e8bb2d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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

0 comments on commit e8bb2d3

Please sign in to comment.