From db7db0cc04dd99e5ad263edbba559a91bfb708ca Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 24 Jan 2024 15:09:13 -0500 Subject: [PATCH] remove version --- ...release-standalone-docker-img-postgres.yml | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.github/workflows/release-standalone-docker-img-postgres.yml b/.github/workflows/release-standalone-docker-img-postgres.yml index c79e659f5..8036c86da 100644 --- a/.github/workflows/release-standalone-docker-img-postgres.yml +++ b/.github/workflows/release-standalone-docker-img-postgres.yml @@ -19,27 +19,6 @@ jobs: - name: ๐Ÿ“ฆ Install dependencies to test all dependencies run: npm ci --only-production working-directory: backend - - uses: paulhatch/semantic-version@v5.0.2 - id: version - with: - # The prefix to use to identify tags - tag_prefix: "infisical-standalone/v" - # A string which, if present in a git commit, indicates that a change represents a - # major (breaking) change, supports regular expressions wrapped with '/' - major_pattern: "(MAJOR)" - # Same as above except indicating a minor change, supports regular expressions wrapped with '/' - minor_pattern: "(MINOR)" - # A string to determine the format of the version output - version_format: "${major}.${minor}.${patch}-prerelease${increment}" - # Optional path to check for changes. If any changes are detected in the path the - # 'changed' output will true. Enter multiple paths separated by spaces. - change_path: "backend,frontend" - # Prevents pre-v1.0.0 version from automatically incrementing the major version. - # If enabled, when the major version is 0, major releases will be treated as minor and minor as patch. Note that the version_type output is unchanged. - enable_prerelease_mode: true - # - name: ๐Ÿงช Run tests - # run: npm run test:ci - # working-directory: backend - name: version output run: | echo "Output Value: ${{ steps.version.outputs.major }}" @@ -61,7 +40,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: ๐Ÿ“ฆ Build backend and export to Docker - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v1 with: # project: 64mmf0n610 # token: ${{ secrets.DEPOT_PROJECT_TOKEN }}