From aea03c6c3781eca447d287384b5385ee430d7d58 Mon Sep 17 00:00:00 2001 From: julioSCX Date: Tue, 12 Nov 2024 16:00:26 +0000 Subject: [PATCH] test changes to test workflow --- .github/workflows/release.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index daeea11..7ade460 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: workflow_dispatch: push: - branches: [master] + # branches: [master] jobs: test: @@ -111,15 +111,15 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Creating Release - uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a - with: - tag_name: ${{ needs.test.outputs.git_tag }} - name: ${{ needs.test.outputs.git_tag }} - body: ${{ needs.test.outputs.notes }} - target_commitish: ${{ steps.commit_and_push.outputs.latest_commit_hash }} - files: | - dist/*.zip + # - name: Creating Release + # uses: softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a + # with: + # tag_name: ${{ needs.test.outputs.git_tag }} + # name: ${{ needs.test.outputs.git_tag }} + # body: ${{ needs.test.outputs.notes }} + # target_commitish: ${{ steps.commit_and_push.outputs.latest_commit_hash }} + # files: | + # dist/*.zip - name: Build and push uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 @@ -128,8 +128,7 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - checkmarx/2ms:latest - checkmarx/2ms:${{ needs.test.outputs.version }} + checkmarx/2ms:testrelease - name: Update Docker repo description uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0