diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 19cc263..6e7ae04 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -3,7 +3,7 @@ name: CI/CD Pipeline on: push: tags: - - v* + # - v* - latest jobs: @@ -33,10 +33,10 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_ACCESS_TOKEN}} - - name: Extract the latest Git tag - run: | - echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV - echo $TAG + # - name: Extract the latest Git tag + # run: | + # echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV + # echo $TAG - name: Build and Push Backend Image uses: docker/build-push-action@v6 @@ -70,8 +70,8 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_ACCESS_TOKEN}} - - name: Extract the latest Git tag - run: echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV + # - name: Extract the latest Git tag + # run: echo "TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV - name: Build and Push frontend Image uses: docker/build-push-action@v6