Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mohrezfadaei committed Aug 9, 2024
1 parent 0cb5ad9 commit d955cf0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,3 @@ jobs:
tags: ghcr.io/${{ github.repository_owner }}/currency-app:${{ steps.extract_version.outputs.VERSION }}
build-args: |
VERSION=${{ steps.extract_version.outputs.VERSION }}
tag:
runs-on: ubuntu-latest
needs: docker
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "Mohammad Reza Fadaei"
- name: Create Git tag
id: tag_version
run: |
VERSION=$(python -c 'from app import __version__; print(__version__)')
git tag -a "v$VERSION" -m "Release version $VERSION"
git push origin "v$VERSION"

0 comments on commit d955cf0

Please sign in to comment.