diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c3cacf..8f01104 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" git add compose.yml - git commit -m "feat(cidi_auto): Update compose.yml" \ + git commit -m "fix(cidi_auto): Update compose.yml" \ -m "Update image versions to ${{ steps.create_tag.outputs.new_tag }}" - git tag -a v${{ steps.create_tag.outputs.new_tag }} -m "Update image versions to ${{ steps.create_tag.outputs.new_tag }}" + git tag -a ${{ steps.create_tag.outputs.new_tag }} -m "Update image versions to ${{ steps.create_tag.outputs.new_tag }}" git push