From e4bc79a7c2eddbcae078d8f16bfbb2c844ee4be6 Mon Sep 17 00:00:00 2001 From: Maksim Kopnov <44946644+mvktsk@users.noreply.github.com> Date: Thu, 29 Oct 2020 11:09:56 +0700 Subject: [PATCH] Update release-alpha.yml --- .github/workflows/release-alpha.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index f71ddac0..c8a09757 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -3,9 +3,7 @@ name: Release alpha on: workflow_dispatch: - pull_request_review: - types: - - submitted + jobs: ci: runs-on: ubuntu-latest @@ -34,7 +32,7 @@ jobs: id: image - name: Add version suffix - uses: VirtoCommerce/vc-github-actions/add-version-suffix@VP-5059 + uses: VirtoCommerce/vc-github-actions/add-version-suffix@master - name: SonarCloud Begin uses: VirtoCommerce/vc-github-actions/sonar-scanner-begin@master @@ -54,7 +52,7 @@ jobs: - name: Build Docker Image # if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' }} id: dockerBuild - uses: VirtoCommerce/vc-github-actions/build-docker-image@VP-5059 + uses: VirtoCommerce/vc-github-actions/build-docker-image@master with: imageName: "demo-storefront" tag: ${{ steps.image.outputs.taggedVersion }} @@ -71,7 +69,7 @@ jobs: - name: Publish Docker Image # if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' }} - uses: VirtoCommerce/vc-github-actions/publish-docker-image@VP-5059 + uses: VirtoCommerce/vc-github-actions/publish-docker-image@master with: image: ${{ steps.dockerBuild.outputs.imageName }} tag: ${{ steps.image.outputs.taggedVersion }} @@ -86,7 +84,7 @@ jobs: # - name: Publish to Blob # if: ${{ github.ref == 'refs/heads/dev' }} # id: blobRelease -# uses: VirtoCommerce/vc-github-actions/publish-blob-release@VP-5059 +# uses: VirtoCommerce/vc-github-actions/publish-blob-release@master # with: # blobSAS: ${{ secrets.BLOB_TOKEN }} @@ -94,16 +92,16 @@ jobs: # if: ${{ github.ref == 'refs/heads/master' }} # with: # changelog: ${{ steps.changelog.outputs.changelog }} -# uses: VirtoCommerce/vc-github-actions/publish-github-release@VP-5059 +# uses: VirtoCommerce/vc-github-actions/publish-github-release@master # - name: Setup Git Credentials # if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master'}} -# uses: VirtoCommerce/vc-github-actions/setup-git-credentials-github@VP-5059 +# uses: VirtoCommerce/vc-github-actions/setup-git-credentials-github@master # with: # githubToken: ${{ secrets.REPO_TOKEN }} # - name: Publish Manifest # if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master'}} -# uses: VirtoCommerce/vc-github-actions/publish-manifest@VP-5059 +# uses: VirtoCommerce/vc-github-actions/publish-manifest@master # with: -# packageUrl: ${{ steps.blobRelease.outputs.packageUrl }} \ No newline at end of file +# packageUrl: ${{ steps.blobRelease.outputs.packageUrl }}