diff --git a/.github/workflows/github-tag-and-release.yml b/.github/workflows/github-tag-and-release.yml index d1c7aff..ae3970c 100644 --- a/.github/workflows/github-tag-and-release.yml +++ b/.github/workflows/github-tag-and-release.yml @@ -2,7 +2,7 @@ name: Bump version on: push: branches: - - main + - release env: NODE_VERSION: 18.x @@ -52,15 +52,15 @@ jobs: - name: Install Node.js dependencies run: npm ci - - name: Create image tags - id: meta - uses: docker/metadata-action@v5 - with: - images: ghcr.io/junjiequan/github-action-test - flavor: latest=true - tags: | - type=raw,value=stable - type=ref,event=tag + # - name: Create image tags + # id: meta + # uses: docker/metadata-action@v5 + # with: + # images: ghcr.io/junjiequan/github-action-test + # flavor: latest=true + # tags: | + # type=raw,value=stable + # type=ref,event=tag - name: Build and push uses: docker/build-push-action@v5